confluent-kafka-python icon indicating copy to clipboard operation
confluent-kafka-python copied to clipboard

After Decoding mesaage, consumer should return schema ID

Open shivg7706 opened this issue 4 years ago • 2 comments

Description

If someone wants the schema id of message which consumer is going to consume(after some transformation) then there should be schema ID to serialize the data into schema.

How to reproduce

Instead of returning only the message from decode function it should also return schema id.

shivg7706 avatar Sep 23 '20 04:09 shivg7706