Github user whjiang commented on a diff in the pull request:
https://github.com/apache/incubator-gearpump/pull/67#discussion_r72590179
--- Diff:
external/kafka/src/main/scala/org/apache/gearpump/streaming/kafka/lib/source/AbstractKafkaSource.scala
---
@@ -74,11 +74,10 @@ abstract class AbstractKafkaSource(
private lazy val kafkaClient: KafkaClient =
kafkaClientFactory.getKafkaClient(config)
private lazy val fetchThread: FetchThread =
fetchThreadFactory.getFetchThread(config, kafkaClient)
private lazy val messageDecoder = config.getConfiguredInstance(
- KafkaConfig.MESSAGE_DECODER_CLASS_CONFIG, classOf[MessageDecoder])
- private lazy val timestampFilter = config.getConfiguredInstance(
--- End diff --
why filter is needed previously and now unneeded?
---
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.
---