cmccabe opened a new pull request, #13703:
URL: https://github.com/apache/kafka/pull/13703

   Standardize controller log4j output for replaying important records. The log 
message should include word "replayed" to make it clear that this is a record 
replay. Log the replay of records for ACLs, client quotas, and producer IDs, 
which were previously not logged. Also fix a case where we weren't logging 
changes to broker registrations.
   
   AclControlManager, ClientQuotaControlManager, and ProducerIdControlManager 
didn't previously have a log4j logger object, so this PR adds one. It also 
converts them to using Builder objects. This makes junit tests more readable 
because we don't need to specify paramaters where the test can use the default 
(like LogContexts).
   
   Throw an exception in replay if we get another TopicRecord for a topic which 
already exists.


-- 
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: jira-unsubscr...@kafka.apache.org

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

Reply via email to