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
已提問 3 年前檢視次數 847 次
3 個答案
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

已回答 3 年前
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
已回答 3 年前
0

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

已回答 2 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南