Created on
01-22-2020
07:39 AM
- last edited on
01-22-2020
01:10 PM
by
ask_bill_brooks
Folks, I just installed Kafka on my Quickstart Cloudera and trying to setup Topics Producers & consumers.. I can create the topic, But when I start producer CLI and Consumer CLI I get
utils.AppInfoParser: Kafka commitId: unknown
I am not using Kerberos or Sentry
Pls help
Created 01-22-2020 07:41 AM
[cloudera@quickstart ~]$ kafka-console-consumer --bootstrap-server 192.168.56.103:9092 --topic my-first-topic --from-beginning
20/01/22 07:19:07 INFO utils.Log4jControllerRegistration$: Registered kafka:type=kafka.Log4jController MBean
20/01/22 07:19:07 INFO consumer.ConsumerConfig: ConsumerConfig values:
auto.commit.interval.ms = 5000
auto.offset.reset = earliest
bootstrap.servers = [192.168.56.103:9092]
check.crcs = true
client.dns.lookup = default
client.id =
connections.max.idle.ms = 540000
default.api.timeout.ms = 60000
enable.auto.commit = false
exclude.internal.topics = true
fetch.max.bytes = 52428800
fetch.max.wait.ms = 500
fetch.min.bytes = 1
group.id = console-consumer-12294
heartbeat.interval.ms = 3000
interceptor.classes = []
internal.leave.group.on.close = true
isolation.level = read_uncommitted
key.deserializer = class org.apache.kafka.common.serialization.ByteArrayDeserializer
max.partition.fetch.bytes = 1048576
max.poll.interval.ms = 300000
max.poll.records = 500
metadata.max.age.ms = 300000
metric.reporters = []
metrics.num.samples = 2
metrics.recording.level = INFO
metrics.sample.window.ms = 30000
partition.assignment.strategy = [class org.apache.kafka.clients.consumer.RangeAssignor]
receive.buffer.bytes = 65536
reconnect.backoff.max.ms = 1000
reconnect.backoff.ms = 50
request.timeout.ms = 30000
retry.backoff.ms = 100
sasl.client.callback.handler.class = null
sasl.jaas.config = null
sasl.kerberos.kinit.cmd = /usr/bin/kinit
sasl.kerberos.min.time.before.relogin = 60000
sasl.kerberos.service.name = null
sasl.kerberos.ticket.renew.jitter = 0.05
sasl.kerberos.ticket.renew.window.factor = 0.8
sasl.login.callback.handler.class = null
sasl.login.class = null
sasl.login.refresh.buffer.seconds = 300
sasl.login.refresh.min.period.seconds = 60
sasl.login.refresh.window.factor = 0.8
sasl.login.refresh.window.jitter = 0.05
sasl.mechanism = GSSAPI
security.protocol = PLAINTEXT
send.buffer.bytes = 131072
session.timeout.ms = 10000
ssl.cipher.suites = null
ssl.enabled.protocols = [TLSv1.2, TLSv1.1, TLSv1]
ssl.endpoint.identification.algorithm = null
ssl.key.password = null
ssl.keymanager.algorithm = SunX509
ssl.keystore.location = null
ssl.keystore.password = null
ssl.keystore.type = JKS
ssl.protocol = TLS
ssl.provider = null
ssl.secure.random.implementation = null
ssl.trustmanager.algorithm = PKIX
ssl.truststore.location = null
ssl.truststore.password = null
ssl.truststore.type = JKS
value.deserializer = class org.apache.kafka.common.serialization.ByteArrayDeserializer
20/01/22 07:19:07 INFO utils.AppInfoParser: Kafka version: 2.2.1-kafka-4.1.0
20/01/22 07:19:07 INFO utils.AppInfoParser: Kafka commitId: unknown
20/01/22 07:19:07 INFO consumer.KafkaConsumer: [Consumer clientId=consumer-1, groupId=console-consumer-12294] Subscribed to topic(s): my-first-topic
20/01/22 07:19:08 INFO clients.Metadata: Cluster ID: o9wVlIHdTT6naUOAtWJRRw
Created 04-14-2020 08:44 AM
Hey @AndyTech,
Thanks for reaching out to the Cloudera community.
The commit-id mentioned here isn't related to any Kafka usage related terms such as 'commit offsets' or other terms. This commit id refers to the Kafka source from which it was built.
It is not an error but just an info message. This doesn't impact Kafka client's functionality in any way.
Let me know if this helps.
Cheers,