Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save sumanthreddy480/ae9518afffe704b63433932580761f76 to your computer and use it in GitHub Desktop.
Save sumanthreddy480/ae9518afffe704b63433932580761f76 to your computer and use it in GitHub Desktop.
kafka 0.9.0.0 : how to send the request from kafka consumer to producer. . . ?
Is it possible to send the request message from kafka consumer to producer ?
If it's possible how to update the message(RDBMS records) using consumer and producer through java program ?
@sumanthreddy480
Copy link
Author

kafka 0.9.0.0 : how to send the request from kafka consumer to producer. . . ?

Is it possible to send the request message from kafka consumer to producer ?
If it's possible how to update the message(RDBMS records) using consumer and producer through java program ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment