asinino / node-red-kafkajs

A package to comunicate with a Kafka server and lets the user control the flow of message pipeline to control success and failure on message synchronization.
GNU General Public License v3.0
0 stars 1 forks source link

Issues with NodeRED 4.0.2 and Node 20 #1

Open ajaywazir opened 1 month ago

ajaywazir commented 1 month ago

Hi We are using your kafka module to connect to kafka. We are unable to connect

  1. The user name and password when using SASL, is not remembered. Once userid and pssword are set and saved, we cannot see username again. We see the username and password as blank, even after setting these.
  2. We get 'node-red-kafkajs-broker' is not registered" error when we deploy a flow containing Kafka panel

Thanks Ajay

asinino commented 1 month ago

I'll try to replicate and will give feedback. Thanks for reporting.