sshniro opened a new issue #1076: Queue implementation to process events in batches. URL: https://github.com/apache/incubator-apisix/issues/1076 All the common loggers (tcp/http) need a common Queue implementation to send the aggregated logs in a batch. Queue:new(fun, config){ fun: -- the fuction to be executed batch_size: -- the batch size of the queue timeout: -- timeout to flush the queue retry_count: - retry of rach batch active_queue: - the current active array past_queues: - previously active queues which are scheduled to be send }
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
