birdiecare / connect-smts

Kafka Connect SMTs
MIT License
17 stars 1 forks source link

Sanitise the name of schema in nested structures #11

Closed sroze closed 3 years ago

sroze commented 3 years ago

Otherwise we have invalid names, like:

Caused by: org.apache.avro.SchemaParseException: Illegal character in: payload_navigation__childrenNavigation_id-1611255248160-29
    at org.apache.avro.Schema.validateName(Schema.java:1530)
    at org.apache.avro.Schema.access$400(Schema.java:87)
    at org.apache.avro.Schema$Name.<init>(Schema.java:673)
    at org.apache.avro.Schema.createRecord(Schema.java:212)