orpiske commented on code in PR #3566: URL: https://github.com/apache/camel-k/pull/3566#discussion_r953490341
########## pkg/apis/camel/v1/common_types.go: ########## @@ -304,6 +304,8 @@ const ( CapabilityTracing = "tracing" // CapabilityMaster defines the master capability CapabilityMaster = "master" + // CapabilityResume defines the resume capability + CapabilityResume = "resume-kafka" Review Comment: +1. I'll adjust. Thanks. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org