karesti commented on code in PR #5719:
URL: https://github.com/apache/camel-quarkus/pull/5719#discussion_r1482920536


##########
integration-tests/infinispan-common/src/main/java/org/apache/camel/quarkus/component/infinispan/common/InfinispanCommonRoutes.java:
##########
@@ -30,6 +30,10 @@
 public abstract class InfinispanCommonRoutes extends RouteBuilder {
     public static final int COMPLETION_SIZE = 4;
     public static final String CORRELATOR_HEADER = "CORRELATOR_HEADER";
+    public static final String CACHE_NAME = "camel-infinispan";
+    public static final String LOCAL_CACHE_CONFIG = "<local-cache>\n"

Review Comment:
   trying to avoid code duplicate 



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