devinstewart / kafka-producer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kafka-producer

A hapijs Server that listens on http://localhost:3000 and puts the payload in a Azure Event Hub for Kafka Instance.

  • Edit XXXXXX.servicebus.windows.net:9093 to have your Event Hub name space
  • Edit Endpoint=sb://XXXXXX.servicebus.windows.net/;SharedAccessKeyName=RootManageSharedAccessKey;SharedAccessKey=XXXXXX to have your connection string.

About

License:MIT License


Languages

Language:JavaScript 100.0%