davsclaus commented on code in PR #13491:
URL: https://github.com/apache/camel/pull/13491#discussion_r1599692282


##########
components/camel-spring-redis/src/main/java/org/apache/camel/component/redis/processor/idempotent/SpringRedisIdempotentRepository.java:
##########
@@ -95,7 +107,12 @@ public boolean confirm(String key) {
 
     @Override
     protected void doStart() throws Exception {
-        // noop
+        if (redisConfiguration == null) {

Review Comment:
   Thanks
   https://issues.apache.org/jira/browse/CAMEL-20767



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