Apache Kafka configuration file - Connect_CDC - aws_mainframe_modernization_service - connect_cdc_mimix_share - 6.x

Connect CDC Getting Started Guide

Product type
Software
Portfolio
Integrate
Product family
Connect
Product
Connect > Connect CDC (MIMIX Share)
Version
6.x
Language
English
Product name
Connect CDC
Title
Connect CDC Getting Started Guide
Copyright
2024
First publish date
2003
Last updated
2024-10-15
Published on
2024-10-15T20:38:41.117981

Properties file for Kerberized Kafka service

bootstrap.servers=quickstart.cloudera:9092
compression.type=none
acks=all
retries=0
security.protocol=SASL_PLAINTEXT
sasl.mechanism=GSSAPI
sasl.kerberos.service.name=kafka

Properties file for Apache Kafka with Hortonworks Schema Registry

bootstrap.servers=sandbox-hdf.hortonworks.com:6667
compression.type=none
acks=all
retries=0
security.protocol=PLAINTEXT
schema.registry.url=http://sandbox-hdf.hortonworks.com:7788/api/v1            
connect.schema.registry=HORTONWORKS