microprofile-config.properties 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. bootstrap.server = localhost:9092,localhost:9192,localhost:9292
  2. # PLAINTEXT is the default, use SSL and specify the below two if using it
  3. security.protocol = PLAINTEXT
  4. ssl.truststore.location = bf-brokers.p12
  5. ssl.truststore.password = FIXME
  6. # producer.topic = # test-topic
  7. # producer.num-rolls = # 1
  8. # producer.num-records-per-roll = # 100
  9. # producer.wait-after-roll = # 5000
  10. # producer.wait-after-send = # 500
  11. # producer.acks = # all
  12. # producer.max-inflight = # 5
  13. # producer.idempotent = # true
  14. # producer.batch = # 16384
  15. # producer.linger = # 0
  16. # producer.retries = # 2147483647
  17. # producer.delivery-timeout = # 120000
  18. # consumer.topic = # test-topic
  19. # consumer.poll-period = # 1000
  20. # consumer.wait-after-recv = # 0
  21. # consumer.wait-period = # 5000
  22. # consumer.ack-every-x-msgs = # 0
  23. # consumer.local-id = # -1 (for log file only)
  24. # consumer.payload-trunc = # false
  25. # consumer.group-id = # test-app
  26. # consumer.instance-id = # null
  27. # consumer.auto-commit = # true
  28. # consumer.ac-interval = # 5000
  29. # consumer.fetch-min-bytes = # 1
  30. # consumer.max-poll-recs = # 500
  31. # consumer.assignment-strategy = # cooperative (range, rr, sticky)
  32. # consumer.heartbeat-interval = # 3000
  33. # consumer.session-timeout = # 45000
  34. # consumer.auto-offset-reset = # latest