Skip to content

Instantly share code, notes, and snippets.

@l1x

l1x/why.clj Secret

Created March 13, 2015 18:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save l1x/d8af14720ddb8d19a313 to your computer and use it in GitHub Desktop.
Save l1x/d8af14720ddb8d19a313 to your computer and use it in GitHub Desktop.
shovel.consumer=> (kafka-consumer a)
INFO 2015-03-13 11:35:58,486 [nREPL-worker-1] : ConsumerConfig values:
key.deserializer = class org.apache.kafka.common.serialization.ByteArrayDeserializer
metric.reporters = []
value.deserializer = class org.apache.kafka.common.serialization.ByteArrayDeserializer
metadata.fetch.timeout.ms = 150
group.id = shovel-test-0
partition.assignment.strategy = roundrobin
socket.receive.buffer.bytes = 64000
reconnect.backoff.ms = 1000
bootstrap.servers = [localhost:9092]
auto.commit.interval.ms = 50
enable.auto.commit = true
total.memory.bytes = 100000000
fetch.buffer.bytes = 10000000
metrics.sample.window.ms = 60000
fetch.max.wait.ms = 100
heartbeat.frequency = 1
fetch.min.bytes = 4
session.timeout.ms = 6000
auto.offset.reset = smallest
metrics.num.samples = 15
client.id = shovel-test
WARN 2015-03-13 11:35:58,489 [nREPL-worker-1] : The configuration partition.assignment.strategy = roundrobin was supplied but isn't a known config.
WARN 2015-03-13 11:35:58,489 [nREPL-worker-1] : The configuration partition.assignment.strategy = roundrobin was supplied but isn't a known config.
WARN 2015-03-13 11:35:58,489 [nREPL-worker-1] : The configuration group.id = shovel-test-0 was supplied but isn't a known config.
WARN 2015-03-13 11:35:58,489 [nREPL-worker-1] : The configuration group.id = shovel-test-0 was supplied but isn't a known config.
WARN 2015-03-13 11:35:58,489 [nREPL-worker-1] : The configuration socket.receive.buffer.bytes = 64000 was supplied but isn't a known config.
WARN 2015-03-13 11:35:58,490 [nREPL-worker-1] : The configuration reconnect.backoff.ms = 1000 was supplied but isn't a known config.
WARN 2015-03-13 11:35:58,490 [nREPL-worker-1] : The configuration auto.commit.interval.ms = 50 was supplied but isn't a known config.
WARN 2015-03-13 11:35:58,490 [nREPL-worker-1] : The configuration enable.auto.commit = true was supplied but isn't a known config.
WARN 2015-03-13 11:35:58,490 [nREPL-worker-1] : The configuration fetch.buffer.bytes = 10000000 was supplied but isn't a known config.
WARN 2015-03-13 11:35:58,490 [nREPL-worker-1] : The configuration metrics.sample.window.ms = 60000 was supplied but isn't a known config.
WARN 2015-03-13 11:35:58,489 [nREPL-worker-1] : The configuration socket.receive.buffer.bytes = 64000 was supplied but isn't a known config.
WARN 2015-03-13 11:35:58,490 [nREPL-worker-1] : The configuration reconnect.backoff.ms = 1000 was supplied but isn't a known config.
WARN 2015-03-13 11:35:58,490 [nREPL-worker-1] : The configuration auto.commit.interval.ms = 50 was supplied but isn't a known config.
WARN 2015-03-13 11:35:58,490 [nREPL-worker-1] : The configuration enable.auto.commit = true was supplied but isn't a known config.
WARN 2015-03-13 11:35:58,490 [nREPL-worker-1] : The configuration fetch.buffer.bytes = 10000000 was supplied but isn't a known config.
WARN 2015-03-13 11:35:58,490 [nREPL-worker-1] : The configuration metrics.sample.window.ms = 60000 was supplied but isn't a known config.
WARN 2015-03-13 11:35:58,490 [nREPL-worker-1] : The configuration fetch.max.wait.ms = 100 was supplied but isn't a known config.
WARN 2015-03-13 11:35:58,490 [nREPL-worker-1] : The configuration heartbeat.frequency = 1 was supplied but isn't a known config.
WARN 2015-03-13 11:35:58,490 [nREPL-worker-1] : The configuration fetch.min.bytes = 4 was supplied but isn't a known config.
WARN 2015-03-13 11:35:58,490 [nREPL-worker-1] : The configuration session.timeout.ms = 6000 was supplied but isn't a known config.
WARN 2015-03-13 11:35:58,490 [nREPL-worker-1] : The configuration auto.offset.reset = smallest was supplied but isn't a known config.
WARN 2015-03-13 11:35:58,490 [nREPL-worker-1] : The configuration metrics.num.samples = 15 was supplied but isn't a known config.
WARN 2015-03-13 11:35:58,490 [nREPL-worker-1] : The configuration client.id = shovel-test was supplied but isn't a known config.
WARN 2015-03-13 11:35:58,490 [nREPL-worker-1] : The configuration fetch.max.wait.ms = 100 was supplied but isn't a known config.
WARN 2015-03-13 11:35:58,490 [nREPL-worker-1] : The configuration heartbeat.frequency = 1 was supplied but isn't a known config.
WARN 2015-03-13 11:35:58,490 [nREPL-worker-1] : The configuration fetch.min.bytes = 4 was supplied but isn't a known config.
WARN 2015-03-13 11:35:58,490 [nREPL-worker-1] : The configuration session.timeout.ms = 6000 was supplied but isn't a known config.
WARN 2015-03-13 11:35:58,490 [nREPL-worker-1] : The configuration auto.offset.reset = smallest was supplied but isn't a known config.
WARN 2015-03-13 11:35:58,490 [nREPL-worker-1] : The configuration metrics.num.samples = 15 was supplied but isn't a known config.
WARN 2015-03-13 11:35:58,490 [nREPL-worker-1] : The configuration client.id = shovel-test was supplied but isn't a known config.
DEBUG 2015-03-13 11:35:58,490 [nREPL-worker-1] : Kafka consumer started
#<KafkaConsumer org.apache.kafka.clients.consumer.KafkaConsumer@43354f07>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment