Kiran Hebbar
Kiran Hebbar

Reputation: 21

How do I remotely produce a message to kafka broker which is present in cloud?

There's a cloud machine Whose public ip is known in which kafka broker is up and running. How do I produce and consume a message to this kafka broker from my laptop.

Upvotes: 0

Views: 707

Answers (2)

Yahor Sinkevich
Yahor Sinkevich

Reputation: 119

Open Kafka ports and connect directly via TCP or use Kafka REST proxy

https://github.com/confluentinc/kafka-rest

Upvotes: 1

alirabiee
alirabiee

Reputation: 1306

  1. Click on the address bar.
  2. Type google.com, and enter.
  3. Within the textbox, write kafka producer consumer example, and enter.
  4. There will be plenty of resources showing you how.

Upvotes: 0

Related Questions