hangc0276 commented on pull request #9493: URL: https://github.com/apache/pulsar/pull/9493#issuecomment-774012504
> ```java > addBrokerEntryMetadataInterceptors > ``` @BewareMyPower The exception is triggered not by KOP, but by message expire check monitor, it will check every 5 minutes by default. When we not set `AppendBrokerTimestampMetadataInterceptor` interceptor, the expire monitor checker will read the entry metadata without `brokerTimestamp`. ---------------------------------------------------------------- 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]
