File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change 66bootstrap.servers =kafka.gcn.nasa.gov:9092
77plugin.path =/usr/local/share/kafka/plugins
88offset.storage.file.filename =/tmp/connect.offsets
9- session.timeout.ms =30000
10- request.timeout.ms =30000
11- max.poll.interval.ms =300000
12- heartbeat.interval.ms =3000
13- retry.backoff.ms =1000
14- reconnect.backoff.max.ms =10000
15- fetch.max.wait.ms =1000
169connections.max.idle.ms =5400000
1710
1811# ByteArrayConverter provides a “pass-through” option that does no conversion.
@@ -30,7 +23,7 @@ sasl.jaas.config=org.apache.kafka.common.security.oauthbearer.OAuthBearerLoginMo
3023 clientSecret="CLIENT_SECRET";
3124
3225# settings with `consumer.` prefixes are passed through to the Kafka consumer
33- consumer.group.id =pitt-google-broker-test
26+ consumer.group.id =pitt-google-broker
3427consumer.auto.offset.reset =earliest
3528consumer.sasl.mechanism =OAUTHBEARER
3629consumer.sasl.kerberos.service.name =kafka
You can’t perform that action at this time.
0 commit comments