Spring Boot 3.2.2 连接 RocketMQ 5.1.2 报错如何解决?
Started container failed. DefaultRocketMQListenerContainer{consumerGroup='topic_02_CONSUMER', namespace='', namespaceV2='', nameServer='192.168.50.20:9876', topic='topic_02', consumeMode=CONCURRENTLY, selectorType=TAG, selectorExpression='*', messageModel=CLUSTERING', tlsEnable=false, instanceNam...
1 回答960 阅读✓ 已解决
这个问题其实是框架封装的问题,org.springframework.data.redis.cache.CacheKeyPrefix类中就是这样定义的,可以通过重写该类中相应的方法解决这个问题。