Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Serdes Framework #1

Open
Paxanator opened this issue May 15, 2019 · 0 comments
Open

Implement Serdes Framework #1

Paxanator opened this issue May 15, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@Paxanator
Copy link
Collaborator

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

@Paxanator Paxanator added this to the cran initial release milestone May 15, 2019
@Paxanator Paxanator added the enhancement New feature or request label May 15, 2019
@Paxanator Paxanator self-assigned this May 15, 2019
Paxanator pushed a commit that referenced this issue May 15, 2019
* commit '8270c4a60be2f18eb1289eda8674032416d2bca4':
  fix(ossreview): Added checks for NULL ptrs in consumer/producer creation
  feature(init): Porting project over for OSS review
mjermann pushed a commit that referenced this issue May 16, 2019
mjermann pushed a commit to mjermann/fRanz that referenced this issue May 26, 2019
* commit '8270c4a60be2f18eb1289eda8674032416d2bca4':
  fix(ossreview): Added checks for NULL ptrs in consumer/producer creation
  feature(init): Porting project over for OSS review
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant