Skip to content

Latest commit

 

History

History

sasl-ssl-example

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

SASL-SSL-Example

  • start the zk+broker combo here: yarn run kafka:start
  • run node producer.js and wait until the producer is connected and sending (as the broker will have to create the topic during the first start)
  • run node consumer.js to receive the produced messages

use debug mode to see mo information, e.g DEBUG=* node producer.js