Hi! Do you have any reference to sample lambda function(preferably in type script) to create MSK custom plugin for a given s3 bucket and jar file? The msk custom plugin will be used by msk connectors.
The GitHub link provided in the description and the example demonstrated in this video are not the same. Can you please share the GitHub link of the example demonstrated in this video?
Using 2 MCUs with 1 worker when your tasks.max is set to 1 is a waste, since you'll have only one SinkConnector task being created, which means only on thread (1MCU) in your worker will have work to do.
Hi! Do you have any reference to sample lambda function(preferably in type script) to create MSK custom plugin for a given s3 bucket and jar file? The msk custom plugin will be used by msk connectors.
Hi there! 👋 For assistance with your question, you’re welcome to post it on our re:Post community of experts, here: go.aws/aws-repost. ^RZ
Do you have a complete example on how to setup a MTLS connection between connector and MSK cluster?
Hi there! I found this doc that can help you out: go.aws/41bw4DC. If you need additional help, try these options: go.aws/get-help. ^RS
The GitHub link provided in the description and the example demonstrated in this video are not the same. Can you please share the GitHub link of the example demonstrated in this video?
Using 2 MCUs with 1 worker when your tasks.max is set to 1 is a waste, since you'll have only one SinkConnector task being created, which means only on thread (1MCU) in your worker will have work to do.