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

Create Kafka Producer #102

Open
h0ffmann opened this issue Oct 22, 2018 · 5 comments
Open

Create Kafka Producer #102

h0ffmann opened this issue Oct 22, 2018 · 5 comments

Comments

@h0ffmann
Copy link

I would like to know if you can offer the kafka producer feature, it would be great.

@Crim
Copy link
Collaborator

Crim commented Oct 22, 2018

Its possible. How exactly would you expect it to work. For String serializers it would be simple/make sense. But is there some way to support other serializer types?

@h0ffmann
Copy link
Author

In my case, string serialization would be enough. But for other formats you could give the option to the user put string and convert to the proper format ex (a tab choosing Byte, the web view converts String to Byte).

@Crim
Copy link
Collaborator

Crim commented Oct 25, 2018

Yea string serialization (and bytes from a string) are definitely the easiest use case to build for. I'd love to figure out a way to support non-standard serialization formats that doesn't end up being super complicated.

I'll give it some thought and see what I can come up with.

@kossem
Copy link

kossem commented Dec 26, 2018

Hi! What version do you plan to add this functionality ?

@Crim
Copy link
Collaborator

Crim commented Dec 26, 2018

Nothing explicitly planned yet. I only work on this project on my free time, so hard to say for sure, but it's on the list.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants