Which of the following serializer do we need to use, when the object we send to Kafka is a simple String or Integer?
Answers
Answered by
0
When the object we send to Kafka is a simple String or Integer, then we use serialization and De-serialization. In serialization the objects are converted into byte streams.
For this we need to understand Kafka first.Kafka helps in publishing and subscribing to streams or records. We also can create our own custom serialize and De-serialization.
Similar questions
Math,
7 months ago
Computer Science,
7 months ago
Chemistry,
1 year ago
Biology,
1 year ago
Math,
1 year ago