Skip to content

Update Kafka consumer / producer commands

Sebastian Schüpbach requested to merge renew-kafka-adapter into develop
  • Updates the Kafka consumer and producer commands for the current version of Kafka
  • Rename KafkaWriter to MfKafkaProducer to be in line with the sibling command MfKafkaConsumer
  • Settings for the consumer / producer are declared by providing a path to the respective properties file. This makes the commands much more flexible than providing a very narrow choice of settings via setter methods

Merge request reports