Data Push Requirement

Kafka

  • Kafka client endpoints

  • Authentication

  • Topic Name

Kafka Sample Details

Kafka client endpoints

clientkafka-node-1.example.com:9094 clientkafka-node-2.example.com:9094 clientkafka-node-3.example.com:9094 clientkafka-node-4.example.com:9094

Topic name: vehicle-data

Authentication :- Depends on the type of auth the client selects

MQTT

  • MQTT node details

  • Authentication

  • Topic Name

MQTT Sample Details

MQTT client endpoints

tcp://mqtt.example.com:1808

Topic name:- data/sensor/gps

Authentication :- Depends on the type of auth the client selects

Google GCP

credentials.json from google cloud (GCP) for Pub/Sub

Rabbit MQ

  • Rabbit MQ node details

  • Authentication

Rabbit MQ Sample Details

Rabbit MQ client endpoints

amqp://guest:guest@localhost:5672

Authentication :- Depends on the type of auth the client selects

HTTPS

Preferred for less no.of devices < 500 [Scaling on http is not recommended]

  • Https url

  • Authentication

HTTPS Sample Details

url:- https://sample.com/candata

Authentication :- Depends on the type of auth the client selects

Last updated