In KafkaConstants, the constant "KEY" is declared as

* public static final String KEY = "kafka.CONTENT_TYPE";*

This is used to store the kafka message key in exchange. But why do we
refer to it as CONTENT_TYPE  here?

Reply via email to