mcvsubbu commented on code in PR #9163:
URL: https://github.com/apache/pinot/pull/9163#discussion_r938999859
##########
pinot-spi/src/main/java/org/apache/pinot/spi/stream/StreamConfig.java:
##########
@@ -68,6 +71,7 @@ public enum ConsumerType {
private final List<ConsumerType> _consumerTypes = new ArrayList<>();
private final String _consumerFactoryClassName;
private final String _decoderClass;
+ private final String _decoderErrorsIgnore;
Review Comment:
agreed for boolean
--
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]