This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 ? |