Skip to content

DFKI-NI/ros_kafka_cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DISCLAIMER

DO NOT USE IN PRODUCTION!!! ALPHA VERSION

Dependencies (except ROS noetic):

sudo apt install librdkafka-dev

If you want to use zstd compression one needs to compile librdkafka from source (on ubuntu 20.04).

Very basic bridging from ros<->kafka. Basically two template headers based on the librdkafka tutorial. Allows to publish serialized rosmsg on kafka topic or to consume from kafka topic to publish on ros topic. Minimal examples can be found in the examples folder. Custom (de-)serialization/partitioning is possible by passing a functor to the constructor.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published