m1a2st commented on PR #21027:
URL: https://github.com/apache/kafka/pull/21027#issuecomment-3619591946

   Thanks for @smjn comment, I have updated to use the `getCanonicalName()`, 
and I did the following step for testing
   1. Create a local Kafka cluster.
   2. Produce and Consumer some messge
   ```
   bin/kafka-console-producer.sh --topic test --bootstrap-server localhost:9092
   >4
   >5
   >6
   ./bin/kafka-console-share-consumer.sh --bootstrap-server localhost:9092 
--topic test --group test
   4
   5
   6
   ```
   3. Alfer the log level 
   ```
   bin/kafka-figs.sh --bootstrap-server localhost:9092 --alter --add-config 
"org.apache.kafka.server.share.persister.PersisterStateManager.WriteStateHandler=DEBUG"
 --entity-type broker-loggers --entity-name 1
   Completed updating config for broker-logger 1.
   ```


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to