Github user supermonk commented on a diff in the pull request:
https://github.com/apache/storm/pull/1538#discussion_r69431654
--- Diff:
external/storm-kafka/src/jvm/storm/kafka/trident/TridentKafkaState.java ---
@@ -76,24 +77,41 @@ public void prepare(Map stormConf) {
producer = new Producer(config);
}
- public void updateState(List<TridentTuple> tuples, TridentCollector
collector) {
- String topic = null;
- for (TridentTuple tuple : tuples) {
- try {
- topic = topicSelector.getTopic(tuple);
+ @SuppressWarnings("rawtypes")
--- End diff --
@abellina, Thanks for the comment. I have fixed it now. let me know if any
queries.
---
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.
---