Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9123753
consumer.properties.erb
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
572 B
Subscribers
None
consumer.properties.erb
View Options
# Note: This file is managed by Puppet.
#
# see kafka.consumer.ConsumerConfig for more details
#
# Zookeeper connection string
# 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"
zookeeper.connect=
<%=
@zookeeper_hosts
.
sort
.
join
(
','
)
%><%=
@zookeeper_chroot
if
@zookeeper_chroot
%>
# timeout in ms for connecting to zookeeper
zookeeper.connection.timeout.ms=
<%=
@zookeeper_connection_timeout_ms
%>
#consumer group id
group.id=
<%=
@consumer_group_id
%>
#consumer timeout
#consumer.timeout.ms=5000
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Jun 21, 6:04 PM (1 w, 6 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3286008
Attached To
rSPKFK Puppet Kafka module
Event Timeline
Log In to Comment