Roadmap

Add disabling Avro schema validations retrieved from Schema Registry

Is your feature request related to a problem? Please describe.

We are getting the error:

avro.errors.InvalidName: test-name is not a valid Avro name because it does not match the pattern (?:^|\.)[A-Za-z_][A-Za-z0-9_]*$

But we cannot change the test-name like identifiers and workaround specification since it is written very deeply. So, it is blocker for us to work with kafka source integration

Describe the solution you'd like

Just add disabling the validation by configuration parameter in the kafka type source.

Python API supports it btw as validate_name=False.

So, it’s better to pass this configuration parameter here from configuration parameter

Describe alternatives you've considered

No alternatives

Additional context

-