You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2022/09/27 09:52:45 UTC

[GitHub] [apisix] starsz opened a new issue, #7998: feat: As a user, I want to set more than one broker in kafka-logger plugin, so that we can push message to them at a time

starsz opened a new issue, #7998:
URL: https://github.com/apache/apisix/issues/7998

   ### Description
   
   Hello, folks,
   When I use "kafka-logger" plugin in Apache APISIX. I found that we can't set up more than one broker with the same host.
   
   The reason is that we use a table to store the broker list, but the key is the host (which will be the same if we deploy more Kafka on one node), so I think we should support it.
   
   By the way, the docs are incorrect: https://apisix.apache.org/docs/apisix/next/plugins/kafka-logger/#enabling-the-plugin
   
   ```
   "broker_list" :
     {
       "127.0.0.1":9092,
       "127.0.0.1":9093
     },
   ```
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix] spacewander closed issue #7998: feat: As a user, I want to set more than one broker in kafka-logger plugin, so that we can push message to them at a time

Posted by GitBox <gi...@apache.org>.
spacewander closed issue #7998: feat: As a user, I want to set more than one broker in kafka-logger plugin, so that we can push message to them at a time
URL: https://github.com/apache/apisix/issues/7998


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org