You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
kafkaStream.foreachRDD(rdd => offsetsStore.saveOffsets(rdd))
private val zkClient = new ZkClient(zkHosts, 30000, 30000,ZKStringSerializer) in Object offsetStore but the zkClient can not be Serializabled how it works?
The text was updated successfully, but these errors were encountered:
kafkaStream.foreachRDD(rdd => offsetsStore.saveOffsets(rdd))
private val zkClient = new ZkClient(zkHosts, 30000, 30000,ZKStringSerializer) in Object offsetStore but the zkClient can not be Serializabled how it works?
The text was updated successfully, but these errors were encountered: