Questions tagged [aws-msk-connect]

36 questions
0
votes
1 answer

How to create Connector CustomPlugin using AWS_MSK CDK?

I am using CfnConnector (as the below documentation reference link states) to create a MSK connector and it requires a customPluginArn. How am I able to create a custom plugin using the CDK, so i am able to get the CustomPluginArn and the Revision…
0
votes
1 answer

AWS MSK Kafka Connect S3 Sink Connector

We are using S3 Sink connector to sink data in S3 bucket from our aws MSK. we have deployed Kafka S3 Sink connector on AWS EKS(Kubernetes) When we are starting the connector getting below errors when multipart upload is happening on S3 bucket. We…
0
votes
1 answer

How to Run Kafka connect in distributed manner in production area

AS per documentation on confluent https://docs.confluent.io/platform/current/connect/references/restapi.html we can use connect rest api to start/stop/manage kafka connect - just want to understand what is the preferable way when we are deploying…
0
votes
0 answers

AWS managed service unable to resolve DNS via Route53

We have defined Route53 Resolver Rule with an Resolver Outbound Endpoint that forwards requests to our on-prem DNS servers, and it works fine from within EC2 instances, I can confirm that from an ssh session nslookup, however, MSK Connect connector…
hdjur_jcv
  • 686
  • 1
  • 12
  • 30
-1
votes
2 answers

Alter client.dns.lookup in MSK connector

I have an AWS MSK managed connector which seems to use this default configuration - client.dns.lookup = use_all_dns_ips I'd like to change this value but when I try set client.dns.lookup in connector configurations it appears that it makes no…
rix
  • 10,104
  • 14
  • 65
  • 92
1 2
3