hazelcast/hazelcast-jet-contrib

RedisSink does not work with Jet 4.1.1

Open

#83 opened on Jul 1, 2020

 (2 comments) (0 reactions) (1 assignee)Java (23 forks)auto 404
buggood first issue

Repository metrics

Stars
 (21 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
Exception in thread "main" java.lang.NoSuchMethodError: 'void com.hazelcast.jet.impl.util.Util.checkSerializable(java.lang.Object, java.lang.String)'
	at com.hazelcast.jet.contrib.redis.RedisSinks.hash(RedisSinks.java:141)
	at com.hazelcast.jet.examples.callhomes.CountDistinctVersionsHomes.main(CountDistinctVersionsHomes.java:51)

Contributor guide