bitbouncer / kspp

A high performance/ real-time C++ Kafka streams framework (C++17)
Boost Software License 1.0
112 stars 24 forks source link

Need clarification #31

Closed pvssrikanth closed 4 years ago

pvssrikanth commented 4 years ago

Dear Sir,

I have installed docker file on ubuntu linux and following message is appearing.

dpkg-query: no path found matching pattern librdkafka.so.1 dpkg-query: no path found matching pattern librocksdb.so.5.18 dpkg-query: no path found matching pattern libthrift-0.12.0.so Removing intermediate container 9d07d030d941 ---> 82a49ef44181 [Warning] One or more build-args [IMAGE_TAG] were not consumed Successfully built 82a49ef44181 Successfully tagged kspp-build-ubuntu:latest ~/srik/stream/kspp/docker-ubuntu af2b83faeef06c49b22ac455aa5acdc6e756596bdc403b69eb683715187d1860

IS IT RUNNING FINE ?

If so could you please help me how to test it by sending email to srikanthpvs@gmail.com

Thanks in advance

skarlsson commented 4 years ago

The warnings can be ignored - it's the stuff that there are no packages for (ie built by 3rd party part) 73cfccc fixes docker build problems (ie missing flags for build step)

pvssrikanth commented 4 years ago

Dear Sir, Please guide how to test this please

small application to visualize

Thanks

pvssrikanth commented 4 years ago

Dear Sir, Please guide how to test this please

small application to visualize

Thanks