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 2020/03/18 21:16:59 UTC

[GitHub] [incubator-apisix] Akayeshmantha commented on issue #1260: [WIP] Kafka Logger.

Akayeshmantha commented on issue #1260: [WIP] Kafka Logger.
URL: https://github.com/apache/incubator-apisix/pull/1260#issuecomment-600863123
 
 
   Hi @membphis  @moonming  this will be the basic kafka logger with one broker support.
   
   I think it's better to give  the ability to define more brokers with object type ?
   
   broker = {
     "127.0.0.1" : "8080", 
     "127.0.0.1" : "8090", 
   }
   
   `        broker = {type = "object"},
           timeout = {   -- timeout in milliseconds
               type = "integer", minimum = 1, default= 2000
           },
           kafka_topic = {type = "string"},
           async =  { type = "boolean", default = false },
           key = {type = "string"},
           max_retry = {type = "integer", minimum = 0 , default = 3},`
   
   Also will fix the tests when schema is finalized 

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services