avro-sql
avro-sql copied to clipboard
Use SQL to transform your avro schema/records
Results
1
avro-sql issues
Sort by
recently updated
recently updated
newest added
Hi, I am trying to configure the Cassandra sink connector https://github.com/Landoop/stream-reactor/tree/master/kafka-connect-cassandra My avro schema has one field as map `{ "name": "desc", "type": {"type": "map", "values": "string"}}` I am trying...