Github user tillrohrmann commented on the issue:
https://github.com/apache/flink/pull/6083
This is a good point @medcv. However, I think we should tackle adding a
`AvroSerializationConfluentSchema` as an orthogonal step. What about removing
it from this PR which covers the existing integration with Confluent's schema
registry. Additionally, we should open a JIRA issue to add a
`AvroSerializationConfluentSchema` to Flink. Once this has been added, we can
adapt this end-to-end test.
What do you think @medcv?
---