-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Example with Akka stream Kafka for consumer #92
Comments
I don't have an example of using this in Akka stream. What do you mean by Akka streams Kafka? |
Ok, unfortunately I couldn't consume the large message using Akka stream. It needs the consumer to deserialize the message correctly. yeah I mean Reactive Kafka https://doc.akka.io/docs/akka-stream-kafka/current/home.html |
work fine with the below code. the most important code is: replace ConsumerFactory with linkedin kafka client consumer factory.
|
I'm wondering how this might work with Akka stream?
Any example to show how to consume large messages using Akka streams Kafka ?
The text was updated successfully, but these errors were encountered: