Skip to content

Instantly share code, notes, and snippets.

@drochgenius
Created April 19, 2019 19:57
Show Gist options
  • Select an option

  • Save drochgenius/a16e389757fcb7c833ecee00e5cc7aab to your computer and use it in GitHub Desktop.

Select an option

Save drochgenius/a16e389757fcb7c833ecee00e5cc7aab to your computer and use it in GitHub Desktop.
Create Kafka Client
import { KafkaClient as Client } from 'kafka-node';
const kafkaHost = 'localhost:9092';
const client = new Client({ kafkaHost });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment