You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2022/08/24 05:59:15 UTC

[GitHub] [camel-k] lburgazzoli commented on a diff in pull request #3566: Add preliminary support for the resume API

lburgazzoli commented on code in PR #3566:
URL: https://github.com/apache/camel-k/pull/3566#discussion_r953379181


##########
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:
   I guess this need to be scoped as we did for the runtime i.e. CapabilityResumeKafka



-- 
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-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org