Back to Connections

Create New Connection

Setup a new data source or sink for your event streams.

Connection Details
Basic identification for this resource.
KAFKA
Configuration Tips

Ensure the host is reachable from the ControlStream agent network.

Cluster Configuration
Enter connection parameters for Apache Kafka.

Auto-generated from Host and Port.

Advanced Kafka client properties (key/value) will be supported here soon.
Configuration Preview
{
  "name": "",
  "type": "KAFKA",
  "config": {
    "vendor": "KAFKA",
    "host": "localhost",
    "port": 9092,
    "bootstrapServers": "localhost:9092",
    "securityProtocol": "PLAINTEXT",
    "extra": {}
  }
}