emqx_plugin_kafka.conf 860 B

12345678910111213141516171819202122232425262728293031
  1. ##--------------------------------------------------------------------
  2. ## kafka Bridge
  3. ##--------------------------------------------------------------------
  4. ## The Kafka loadbalancer node host that bridge is listening on.
  5. ##
  6. ## Value: 127.0.0.1, localhost
  7. ###kafka.host = 192.168.67.16
  8. kafka.host = 127.0.0.1
  9. ## The kafka loadbalancer node port that bridge is listening on.
  10. ##
  11. ## Value: Port
  12. ###kafka.port = 9092
  13. kafka.port = 9092
  14. ## The kafka loadbalancer node partition strategy.
  15. ##
  16. ## Value: random, sticky_round_robin, strict_round_robin, custom
  17. kafka.partitionstrategy = strict_round_robin
  18. ## Each worker represents a connection to a broker + topic + partition combination.
  19. ## You can decide how many workers to start for each partition.
  20. ##
  21. ## Value:
  22. kafka.partitionworkers = 8
  23. ## payload topic.
  24. ##
  25. ## Value: string
  26. kafka.payloadtopic = emqx-topic