Properties file for Confluent Kafka - Connect_CDC - aws_mainframe_modernization_service - connect_cdc_mimix_share - Latest

AWS Mainframe Modernization - Data Replication for IBM i

Product type
Software
Portfolio
Integrate
Product family
Connect
Product
AWS Mainframe Modernization > AWS Mainframe Modernization Service
Version
Latest
Language
English
Product name
AWS Mainframe Modernization
Title
AWS Mainframe Modernization - Data Replication for IBM i
Copyright
2024
First publish date
2003
Last updated
2024-02-01
Published on
2024-02-01T23:02:31.099696

All properties are cumulative on top of bootstrap.servers if the additional configuration is present for the Kafka brokers.

Properties common to all Kafka configurations

bootstrap.servers=<example.broker1>:9094,<example.broker2>:9094, <example.broker3>:9094    

Properties for SSL-enabled Kafka Brokers

security.protocol=SSL
ssl.truststore.location=C:/Kafka/kafka.client.truststore.jks
ssl.keystore.location=C:/Kafka/kafka.client.keystore.jks
ssl.keystore.password=<password>            

Properties for Schema Registry (accessed via HTTP)

#http
schema.registry.url=http://<host>:8082
connect.schema.registry=CONFLUENT            

Properties for Schema Registry (accessed via HTTPS)

#https
schema.registry.url=https://<host>:8082
connect.schema.registry=CONFLUENT
schema.registry.ssl.keystore.location=C:/Kafka/kafka.client.keystore.jks
schema.registry.ssl.keystore.password=<password>
schema.registry.ssl.key.password=<password>