ConduitIO / conduit

Conduit streams data between data stores. Kafka Connect replacement. No JVM required.
https://conduit.io
Apache License 2.0
376 stars 44 forks source link

Add handling for time.Time in avro encode processor #1650

Closed samirketema closed 3 months ago

samirketema commented 3 months ago

Description

This change is only applicable for builtin connectors, since complex types such as time.Time are not allowed in standalone connector due to restrictions in the plugin framework.

Quick checks:

lyuboxa commented 3 months ago

@lovromazgon fixed here 513697c