Parallel consumer with spring boot #671
Unanswered
amber13574
asked this question in
Q&A
Replies: 1 comment
-
Hi @amber13574, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Folks,
I'm currently working on my service where I am testing how the parallel-consumer library (https://github.com/confluentinc/parallel-consumer) behaves with spring. However, I've encountered an issue while setting up the factory container customizer. I want to set my message listener, which is of type ParallelStreamProcessor. However, the method setupMessageListener only expects AcknowledgingMessageListener or MessageListener. Is there any way to address this? One option is to create a customized listener by extending one of the existing listeners, but I'm open to other solutions.
This is how I am creating beans
I expect alternate solution to resolve this issue.
As I can see there are no example present at the moment , but feel free to add example If anyone has implemented the confluent parallel-consumer with spring.
Beta Was this translation helpful? Give feedback.
All reactions