[
https://issues.apache.org/jira/browse/GEARPUMP-267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15878121#comment-15878121
]
ASF GitHub Bot commented on GEARPUMP-267:
-----------------------------------------
Github user karol-brejna-i commented on the issue:
https://github.com/apache/incubator-gearpump/pull/158
On the other hand converting fron tihs date works on my dev machine:
```
import java.time.Instant
type TimeStamp = Long
val MIN_TIME_MILLIS: Long = Long.MinValue
var _minClock: TimeStamp = MIN_TIME_MILLIS
val startTime = Instant.ofEpochMilli(_minClock)
val result = 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)