Document how endpoint parameter can be used for private networking endpoint, the errors you might get if you query a private networking-only Kafka cluster using the public endpoint, and, finally, how certain queries against INFORMATION_SCHEMA will be filtered but will succeed if you query about private networking-only assets from the public endpoint.
example private endpoint:
flink.<region>.<cloud>.private.confluent.cloud
## flink.us-east-2.aws.private.confluent.cloud
Finally, if connecting through the default (public) endpoint, emit a WARN to that effect to make this jump out an iota more (would help with debugging public/private issues).
Document how
endpointparameter can be used for private networking endpoint, the errors you might get if you query a private networking-only Kafka cluster using the public endpoint, and, finally, how certain queries against INFORMATION_SCHEMA will be filtered but will succeed if you query about private networking-only assets from the public endpoint.example private endpoint:
Finally, if connecting through the default (public) endpoint, emit a WARN to that effect to make this jump out an iota more (would help with debugging public/private issues).