Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/1958#discussion_r102534351 --- Diff: external/storm-kafka-client/src/test/java/org/apache/storm/kafka/spout/test/KafkaSpoutTopologyMainNamedTopics.java --- @@ -96,13 +98,6 @@ protected StormTopology getTopologyKafkaSpout() { return tp.createTopology(); } - public static Func<ConsumerRecord<String, String>, List<Object>> TOPIC_PART_OFF_KEY_VALUE_FUNC = new Func<ConsumerRecord<String, String>, List<Object>>() { --- End diff -- I am really confused how this could cause serialization problems. If this really is an issue we need to update the docs too.
--- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---