Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9124212
kafka-mirror.default.erb
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Subscribers
None
kafka-mirror.default.erb
View Options
# Note: This file is managed by Puppet.
# whether to allow init.d script to start a Kafka MirrorMaker daemon ("yes", "no")
KAFKA_MIRROR_START=yes
# User and group to run as
KAFKA_USER=kafka
KAFKA_GROUP=kafka
# The default JMX_PORT for Kafka MirrorMaker is 9998.
# Set JMX_PORT to something else to override this.
JMX_PORT=
<%=
@jmx_port
%>
<%
if
@jmx_opts
-%>
KAFKA_JMX_OPTS=${KAFKA_JMX_OPTS:="
<%=
@jmx_opts
%>
"}
<%
else
-%>
#KAFKA_JMX_OPTS=${KAFKA_JMX_OPTS:="-Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false"}
<%
end
-%>
# Memory sizes, and logging configuration
# Memory sizes, and logging configuration
<%
if
@heap_opts
-%>
KAFKA_HEAP_OPTS=
<%=
@heap_opts
%>
<%
else
-%>
#KAFKA_HEAP_OPTS="-Xmx1G -Xms1G"
<%
end
-%>
#KAFKA_JVM_PERFORMANCE_OPTS="-server -XX:+UseCompressedOops -XX:+UseParNewGC -XX:+UseConcMarkSweepGC -XX:+CMSClassUnloadingEnabled -XX:+CMSScavengeBeforeRemark -XX:+DisableExplicitGC"
KAFKA_LOG4J_OPTS="-Dlog4j.configuration=file:/etc/kafka/mirror/
<%=
@mirror_name
%>
/log4j.properties"
#KAFKA_OPTS=""
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Jun 21, 6:50 PM (2 w, 9 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3408401
Attached To
rSPKFK Puppet Kafka module
Event Timeline
Log In to Comment