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
Gist of this task is to create hooks in the producer/consumer in order to register serialization. The default consumers should be plain bytes, but this should enable things like AvroKafkaProducer/Consumer or ArrowKafkaProducer/Consumer
One idea is to register function pointers with the producer class and call those prior to sending the message within C++ so that we can re-leverage the serialization libraries that have already been built out, e.g. https://github.com/confluentinc/libserdes
The text was updated successfully, but these errors were encountered:
* commit '8270c4a60be2f18eb1289eda8674032416d2bca4':
fix(ossreview): Added checks for NULL ptrs in consumer/producer creation
feature(init): Porting project over for OSS review
* commit '8270c4a60be2f18eb1289eda8674032416d2bca4':
fix(ossreview): Added checks for NULL ptrs in consumer/producer creation
feature(init): Porting project over for OSS review
Gist of this task is to create hooks in the producer/consumer in order to register serialization. The default consumers should be plain bytes, but this should enable things like
AvroKafkaProducer/Consumer
orArrowKafkaProducer/Consumer
One idea is to register function pointers with the producer class and call those prior to sending the message within C++ so that we can re-leverage the serialization libraries that have already been built out, e.g. https://github.com/confluentinc/libserdes
The text was updated successfully, but these errors were encountered: