hazelcast/hazelcast-jet-contrib

RedisSink does not work with Jet 4.1.1

开放

#83 创建于 2020年7月1日

 (2 条评论) (0 个反应) (1 位负责人)Java (23 个派生)auto 404
buggood first issue

仓库指标

星标
 (21 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

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)

贡献者指南