Apache Kafka configuration file - Connect_CDC - aws_mainframe_modernization_service - connect_cdc_mimix_share - Latest

Connect CDC Getting Started Guide

Product type
Software
Portfolio
Integrate
Product family
Connect
Product
Connect > Connect CDC (MIMIX Share)
Version
Latest
Language
English
Product name
Connect CDC
Title
Connect CDC Getting Started Guide
Copyright
2024
First publish date
2003
Last edition
2024-07-19
Last publish date
2024-07-19T23:32:53.515937

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