datastax / pulsar-sink

An Apache Pulsar® sink for transferring events/messages from Pulsar topics to Apache Cassandra®, DataStax Astra or DataStax Enterprise (DSE) tables.
Apache License 2.0
14 stars 10 forks source link

Allow case insensitive mapping of columns and of UDT fields #16

Open eolivelli opened 3 years ago

eolivelli commented 3 years ago

We are requiring strict case sensitive mapping between the UDT fields names and the nested JSON/Avro structures. This is sometimes awkward for the user, in fact in Java code you usually use Camel Case names and in the database fields you use lowercase names.