Kafka RabbitMQ headers missing

2022-06-08 Thread Tundzaj Barov
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);

Re: Supporting camel-jira OSGi deployment

2022-06-08 Thread Jean-Baptiste Onofré
Hi, This kind of issue would not be an issue with the new approach I'm preparing for Camel component (creating component uber bundle with private package): any component will be available as bundle, no need to create SMX bundles and features. Anyway, can you please create a Jira about camel-jira