Kafka - Schema Registry
You have this Protobuf schema:
Which of the following is CORRECT about using it with Kafka?
message Event {
string id = 1;
int32 count = 2;
}Which of the following is CORRECT about using it with Kafka?
