orpiske commented on code in PR #858:
URL: https://github.com/apache/camel-k-runtime/pull/858#discussion_r934289735


##########
support/camel-k-maven-plugin/src/main/java/org/apache/camel/k/tooling/maven/GenerateCatalogMojo.java:
##########
@@ -240,6 +240,19 @@ public void execute() throws MojoExecutionException, 
MojoFailureException {
                         .build()
                 );
             }
+            if (capabilitiesExclusionList != null && 
!capabilitiesExclusionList.contains("resume")) {
+                runtimeSpec.putCapability(
+                        "resume",

Review Comment:
   I've just renamed it to `resume-kafka`. Please let me know if you think we 
should stick to something else.



-- 
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

Reply via email to