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