Open rillo-carrillo opened 2 years ago
What's your entryFormat
config? If you configured entryFormat=kafka
, you need to configure a KafkaPayloadProcessor
to handle Kafka format messages at the Pulsar consumer side. See https://github.com/streamnative/kop/blob/master/docs/configuration.md#choose-the-proper-entryformat.
The property is set to: entryFormat=mixed_kafka.
Is there any additional configuration that we need to do on Pulsar consumers to successfully read messages published by Kafka producer?
No, you only need the KafkaPayloadProcessor
.
Describe the bug We have a Pulsar cluster with KOP enabled.
When a Pulsar Producer sends messages to a topic used by a Kafka consumer, Kafka's consumer is able to receive and read the message.
When a Kafka Producer sends messages to a topic used by a Pulsar consumer, Pulsar's consumer is not able to properly read the message.
To Reproduce Steps to reproduce the behavior:
Expected behavior Be able to produce messages from Kafka clients and consumed on Pulsar consumers.