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年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ