Open GitEasonXu opened 3 years ago
For current Analytics Zoo usage, you could refer to https://github.com/intel-analytics/analytics-zoo/pull/4155, the functions are in this branch.
And the functions of this PR would be merged to BigDL https://github.com/intel-analytics/BigDL
There are two new files(FlinkKafkaSink.scala
FlinkKafkaSource.scala
) in https://github.com/intel-analytics/analytics-zoo/pull/4155#issue-929789442.
Next, do I need to recompile the source code to replace the original zoo.jar
.
There are two new files(
FlinkKafkaSink.scala
FlinkKafkaSource.scala
) in #4155 (comment). Next, do I need to recompile the source code to replace the originalzoo.jar
.
Yes, you need to build a jar with these 2 files.
The function is about to merge to BigDL 2.0 in PR https://github.com/intel-analytics/BigDL/pull/3277, you could try it in BigDL, the new dev of code would be at BigDL project
Analytics Zoo Version: 0.11.0
I have successfully tested Kafka according to the kafka_guide. But now how do I use the
zoo.serving.client
to push image data for Kafka,zoo.serving.client.InputQueue
superclassAPI
don't implement KafkaProducer.