-
Notifications
You must be signed in to change notification settings - Fork 83
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
Comments
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? |
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). |
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. |
Hi! What version do you plan to add this functionality ? |
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. |
I would like to know if you can offer the kafka producer feature, it would be great.
The text was updated successfully, but these errors were encountered: