Hello,
What version of Camel are you referring to?
Kind regards
On Wed, Jun 8, 2022 at 3:53 PM Tundzaj Barov
wrote:
> Hallo,
>
>
>
> I’m trying to send a Kafka record to RabbitMQ with headers. I have added 2
> headers to the Kafka record see function below.
>
>
>
> public Boolean writeToTopic(
Hallo,
I’m trying to send a Kafka record to RabbitMQ with headers. I have added 2
headers to the Kafka record see function below.
public Boolean writeToTopic(ArrayList listOfKafkaRecords, String
bootstrapServer, String topicName){
Producer producer = createKafkaProducer(bootstrapServer);