Replies: 1 comment 2 replies
-
|
Hey @PlugaruT. Thx for your feedback. I totally agree that we have some packaging issues right now. Unfortunately that's some legacy we've got that's quite hard to resolve without completely refactoring everything (that'd be great actually, but just takes quite some time). The additions to the library such as Kafka package were done while the core was there for a long time. I'd love to create a new version, but have very limited time resources right now |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
the usage of the lib might be a bit confusing at first, at least for me :). Especially when trying to work with non-http sinks, like Kafka.
The Kafka
to_binaryconverters seems to point toabstract.CloudEventtype, which is only defined insidehttp.eventmodule.But then, how do I use Kafka as a sink for the events? Should I just use the
http.event.CloudEventclass to build events and then convert them using the Kafka converters?Shouldn't then the
http.event.CloudEventclass be extracted into acommonmodule or something?Beta Was this translation helpful? Give feedback.
All reactions