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
posta 3 anni fa847 visualizzazioni
3 Risposte
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

con risposta 3 anni fa
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
con risposta 3 anni fa
0

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

con risposta 2 anni fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande