Lovro Mažgon
Lovro Mažgon
I had a second look at the proposed `DynEncode` functions. I played around with it and they actually address my issue and allow me to use the type with dynamic...
As you see I took the liberty to act on this and opened a PR, looking forward to hearing what you think about this approach.
So there's another PR for extracting the header logic. I think that's the last one, that should provide all I need for my use case. I know you're busy and...
This issue fell of my radar (again). I spent some time now and updated the PR according to the last comments.
I added one small fix (https://github.com/twmb/franz-go/pull/745), otherwise looks good to me 👍 Looking forward to have a stable release for the `sr` package!
Relevant discussion: https://github.com/ConduitIO/conduit/discussions/1141
@AdamHaffar since we have to touch the CI action files in this issue, I would like us to change the way we determine the Go version in all `actions/setup-go` actions...
@simonl2002 we already have the kafka connector that is compatible with redpanda, we even run [tests against redpanda](https://github.com/ConduitIO/conduit-connector-kafka/blob/edd92912c5682a7f20c8848eaefc25ec0fbf9b71/.github/workflows/test.yml#L22). Is there a reason to create a separate connector?
Thanks for opening the issue and posting a thorough explanation of why it's the way to go. We have actually already considered this (see [#21](https://github.com/ConduitIO/conduit/issues/21)) and even did a spike...
This is included in `v0.9.0`, check out the [processor SDK](https://github.com/ConduitIO/conduit-processor-sdk) on information about building a WASM processor.