I need some help regarding kafka.
Im moving from 0.8.2-beta to 0.10.2.1, but I cannot make the mirrormakers
to come up.

We are using same configs from old version on the newone, here is the
example of the config files:


*For Producer*

# Producer
# hkg1
zookeeper.connect=localhost:2181
metadata.broker.list=server1:9092,server2:9092
compression.codec=gzip
producer.type=asyncqueue.enqueue.timeout.ms=-1
request.required.acks=0
serializer.class=kafka.serializer.DefaultEncoder

*For Consumers*

#
# Cluster: repl
# Topic list(goes into command line): topicA,topicB
zookeeper.connect=localhost:2181
metadata.broker.list=server1:9092,server2:9092
zookeeper.connection.timeout.ms=30000zookeeper.session.timeout.ms=30000
group.id=testing_fernandoauto.commit.interval.ms=60000
partition.assignment.strategy=roundrobinrebalance.backoff.ms=10000
rebalance.max.retries=4
socket.receive.buffer.bytes=262144zookeeper.sync.time.ms=6000

*Server.properties:*

###
### This file is managed by Puppet.
###

# See http://kafka.apache.org/documentation.html#brokerconfigs for
default values.

# The id of the broker. This must be set to a unique integer for each
broker.broker.id=777

# The port the socket server listens on
port=9092

# A comma seperated list of directories under which to store log files
log.dirs=/tmp/kafka-log-test

# Zookeeper connection string (see zookeeper docs for details).
# This is a comma separated host:port pairs, each corresponding to a zk
# server. e.g. "127.0.0.1:3000,127.0.0.1:3001,127.0.0.1:3002".
# You can also append an optional chroot string to the urls to specify the
# root directory for all kafka znodes.

zookeeper.connect=localhost:2181/testing_replication/kafka

# Additional configuration options may follow here
auto.leader.rebalance.enable=true
delete.topic.enable=true
socket.receive.buffer.bytes=1048576
socket.send.buffer.bytes=1048576
default.replication.factor=2
auto.create.topics.enable=true
num.partitions=1
num.network.threads=8
num.io.threads=40
log.retention.hours=1
log.roll.hours=1
num.replica.fetchers=8zookeeper.connection.timeout.ms=30000zookeeper.session.timeout.ms=30000
inter.broker.protocol.version=0.8.2
log.message.format.version=0.8.2

I know some of key values have change from one version to the other so I
just want to get the equivalent keys to use and values to replicate this
config and make it work with our test.


Regards

[image: Turn] <http://www.turn.com/>

*Fernando Vega*
Sr. Operations Engineer
*cell* (415) 810-0242
901 Marshall St, Suite 200, Redwood City, CA 94063


turn.com <http://www.turn.com/>   |   @TurnPlatform
<https://twitter.com/@TurnPlatform>

This message is Turn Confidential, except for information included that is
already available to the public. If this message was sent to you
accidentally, please delete it.

Reply via email to