Endpoint for Kafka Connect

1

The endpoint for MSK is kafka. It is https.
I checked endpoint for the MSK connect. I couldn't. Is it kafka or is there something like kafkaconnect endpoint.

Other than this doc: https://docs.aws.amazon.com/general/latest/gr/aws-service-information.html, is there a way to get endpoint for a service. I have looked into Cloudtrail but I am not certain about it because I don't understand the behavior of this service. It does not log every API call.

Mouzma
asked 3 years ago836 views
3 Answers
0

MSK Connect provides access to run Apache Kafka Connect connectors in a managed service. The endpoint to control the underlying Kafka Connect processes is not directly exposed, but is wrapped in the AWS SDK, so that the service can provide additional parameters such as auto-scaling limits. As such, there is no direct Kafka Connect endpoint, but there is an API endpoint available via AWS SDK clients as documented in the AWS MSK Connect API Reference at https://docs.aws.amazon.com/MCK/latest/mck/Welcome.html .

Edited by: simonellistonball-aws on Sep 20, 2021 5:37 AM

answered 3 years ago
0

Can you say more about how to use the sdk to access these endpoints? The documentation doesn't have any instructions in this regard as far as I can see.

nspears
answered 2 years ago
0

can we raise a feature request to expose endpoint. Kafka UI is a handy tool that would need endpoint

answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions