Lovro Mažgon
Lovro Mažgon
Is there a difference between a Vitess and a MySQL connector? If the only difference is the driver, then we could add the support to the MySQL connector.
- How does the connector return an error that is specific enough for the SDK to know exactly which records to ack/nack? We should probably take the same approach as...
- How does the SDK expose parameters to the user (e.g. batch element size, batch memory size, batch timeout)? We changed the `Destination` and `Source` interfaces to also return their...
All connectors done!
I guess it's related to https://github.com/prawnpdf/prawn/issues/783, where the preferred workaround was: > flattening the files with white background and converting it to 8-bit-per-channel RGB If this is a known issue...
I'd say so. This feature could potentially be useful if you want to reprocess records from a specific position or skip over corrupted records. Then again, figuring out that position...
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.
This can now be configured via the output format, see https://github.com/ConduitIO/conduit/issues/831.
Well, let me give you some context first. My plan is to use the library in [Conduit](https://github.com/ConduitIO/conduit) to provide encoder and decoder processors which use schemas from the schema registry...
> I don't understand this bit fully -- are you thinking of writing your own encode / decode logic? Essentially, yes. This is how I see it - one part...