jherico commented on PR #17360: URL: https://github.com/apache/flink/pull/17360#issuecomment-1092306905
@dannycranmer having spent most of my working day on this today, I've come to the conclusion that [this](https://github.com/apache/flink/blob/master/flink-end-to-end-tests/flink-end-to-end-tests-common-kafka/src/test/java/org/apache/flink/tests/util/kafka/SQLClientSchemaRegistryITCase.java) class looks to be a better example on which to pattern a new end-to-end test. Specifically, it does almost precisely what I want to do in my test, but uses the confluent registry, whereas the test you linked doesn't use the table API at all as far as I can tell. Please let me know if you concur. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
