harinirajendran commented on PR #14281:
URL: https://github.com/apache/druid/pull/14281#issuecomment-1548440052
@nishantmonu51 : I have added a new event type in this PR that would cause
the following exception to be thrown in AmbariMetricsEmitter and
DropWizardEmitter
```
throw new ISE("unknown event type [%s]", event.getClass());
```
Should I explicitly filter this new event type from these emitters?
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]