[
https://issues.apache.org/jira/browse/GEARPUMP-267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15877974#comment-15877974
]
ASF GitHub Bot commented on GEARPUMP-267:
-----------------------------------------
Github user karol-brejna-i commented on the issue:
https://github.com/apache/incubator-gearpump/pull/158
Probably related to
https://docs.oracle.com/javase/8/docs/api/java/time/Instant.html#toEpochMilli--
The logs show:
`[INFO] [02/22/2017 10:25:34.395] [KafkaSource] KafkaSource opened at start
time -292275055-05-16T16:47:04.192Z`
Then it looks like converting it in AbstractKafkaSource.open() fails:
`maybeRecover(startTime.toEpochMilli)`
> Kafka integration test failure due to docker-kafka version incompatibility
> --------------------------------------------------------------------------
>
> Key: GEARPUMP-267
> URL: https://issues.apache.org/jira/browse/GEARPUMP-267
> Project: Apache Gearpump
> Issue Type: Bug
> Components: integrationtest
> Reporter: Manu Zhang
> Assignee: Karol Brejna
>
> The current "spotify/kafka" has been updated to kafka 0.10 while Gearpump
> depends on kafka 0.8, and the author doesn't provide history tags. There is
> an open [issue|https://github.com/spotify/docker-kafka/issues/61] but the
> repo doesn't seem to be under active development. An alternative is
> https://github.com/wurstmeister/kafka-docker
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)