Description
Currently KafkaLog4jAppender does not accept `linger.ms` setting. When a service has an outrage that cause excessively error logging, the service can have too many producer requests to kafka brokers and overload the broker. Setting a non-zero 'linger.ms' will allow kafka producer to batch records and reduce # of producer request.