Previous Topic

Next Topic

Book Contents

Book Index

JDNI settings for a Kafka connection profile

The following table describes the JDNI settings when defining a Kafka connection profile in Control-M for Messaging:

Key

Value

java.naming.factory.initial

io.confluent.kafka.jms.KafkaInitialContextFactory

client.id

<any string containing no space, used for log id>

zookeeper.connect

<Kafka zookeeper server hostname>:<port>

bootstrap.servers

<Kafka boostrap server hostname>:<port>

topic.<topic JDNI name>

<topic name>

confluent.license

<License code for the third party Confluent's Kafka JMS client>

Parent Topic

Defining a Control-M for Messaging connection profile for Kafka