Skip to content

Commit 99bd0b7

Browse files
committed
removed unused parameters in config file
1 parent 506b6d4 commit 99bd0b7

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

broker/consumer/lvk/psconnect-worker-authenticated.properties

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,6 @@
66
bootstrap.servers=kafka.gcn.nasa.gov:9092
77
plugin.path=/usr/local/share/kafka/plugins
88
offset.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
169
connections.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
3427
consumer.auto.offset.reset=earliest
3528
consumer.sasl.mechanism=OAUTHBEARER
3629
consumer.sasl.kerberos.service.name=kafka

0 commit comments

Comments
 (0)