0

In my project camus is used for long time and it is never get updated. The camus project uses kafka version 0.8.2.2. I want to find a workaround to use kafka 1.0.0.

So I cloned the directory and updated the dependency. When I do that the Message here requires additional parameters here.

As given in the github link above, the code compiles but the messages are not read from the kafka due to the condition here.

Is it possible to update the kafka dependency along with appropriate data constructors of kafka.message.Message and make it work.

user51
  • 8,843
  • 21
  • 79
  • 158
  • You might want to see if Confluent 4.x releases bundles Camus using newer Kafka clients, otherwise you can follow the Apache Gobblin upgrade guides – OneCricketeer Oct 18 '18 at 04:36
  • @cricket_007 - Is Kafka-connect-hdfs (https://docs.confluent.io/current/connect/kafka-connect-hdfs/index.html) opensource or proprietary tool? – user51 Oct 18 '18 at 14:27
  • https://github.com/confluentinc/kafka-connect-hdfs – OneCricketeer Oct 18 '18 at 15:01

0 Answers0