Github user DT-Priyanka commented on a diff in the pull request:
https://github.com/apache/apex-malhar/pull/323#discussion_r67807361
--- Diff:
contrib/src/main/java/com/datatorrent/contrib/kafka/AbstractKafkaInputOperator.java
---
@@ -203,6 +204,14 @@ public AbstractKafkaInputOperator()
*/
protected abstract void emitTuple(Message message);
--- End diff --
I haven't changed the method signature, that would create backward
compatibility problems. I have introduced one more new method, and the default
implementation of that method will call the existing emitTuple, so no change
for existing users at all. The new method will help others to override the
behavior if they need to.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---