Guest User

Untitled

a guest
Mar 19th, 2018
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. # a comma separated list of the the ccloud broker endpoints. e.g.
  2. bootstrap.servers=r0.great-app.confluent.aws.prod.cloud:9092,r1.great-app.confluent.aws.prod.cloud:9093,r2.great-app.confluent.aws.prod.cloud:9094
  3. ksql.sink.replicas=3
  4. replication.factor=3
  5. security.protocol=SASL_SSL
  6. sasl.mechanism=PLAIN
  7. sasl.jaas.config=\
  8. org.apache.kafka.common.security.plain.PlainLoginModule required \
  9. username="<confluent cloud access key>" \
  10. password="<confluent cloud secret>";
  11.  
  12. # Some other parameters for more reliable operation of KSQL in CP 4.1:
  13. producer.retries=2147483647
  14. producer.confluent.batch.expiry.ms=9223372036854775807
  15. producer.request.timeout.ms=900000
  16. producer.max.block.ms=900000
Add Comment
Please, Sign In to add comment