emrebekar / node-red-contrib-kafkajs

5 stars 11 forks source link

Partition configuration for Consumer #1

Open kmergu opened 3 years ago

kmergu commented 3 years ago

Right now the Kafka consumer has no facility to subscribe to a particular partition id similar to the producer. As part of this ticket, I would like to introduce the following.

  1. Provide a parameter parition for consumer
  2. make this Partition to read an environement variable like ${PARTITION_ID} rather than just an integer
  3. enhance the producer partition parameter also read from env variable like ${PARTITION_ID} rather than just an integer

Thank you Kamalakar Mergu