Skip to content
Advertisement

Tag: apache-camel

Batch consumer camel kafka

I am unable to read in batch with the kafka camel consumer, despite following an example posted here. Are there changes I need to make to my producer, or is the problem most likely with my consumer configuration? The application in question utilizes the kafka camel component to ingest messages from a rest endpoint, validate them, and place them on

Difference between “camel-activemq” vs “activemq-camel”

We are upgrading our system to newest stable frameworks/libraries. However, i found difficulty in understand between these two camel-activemq vs activemq-camel. Below are details: We are upgrading ActiveMQ to 5.16.2 version. Here AMQ provides “activemq-camel” libraries with its own camel dependencies like: Also, we are planning to migrate a service which runs on camel-2.x to 3.11.3. Here i see camel

Apache Camel Java 8 Support

In this blog it has been written that Apache Camel will drop the Java 8 support in the mid 3.x versions: Java 8 will still be supported for the first number of 3.x releases but is expected to be dropped later in 2020 How can I know precisely from with version the Java 8 support has been dropped? If I’m

Advertisement