Send event message to AWS MSK in Streamsets

52 Views Asked by At

I have a Streamsets pipeline that sends events to AWS SNS currently (Using HTTP client). I now have a requirement to send these events to AWS MSK instead of AWS SNS.

I am not finding a relevant documentation to start with this. Don't know where and how to start.

Can someone help in pointing to a relevant documentation which will be much helpful in starting this change?

Any help will be much appreciated. Thanks much in advance.

1

There are 1 best solutions below

0
EdbE On

MSK is just a managed service around Apache Kafka. In StreamSets there is a Kafka connector.

MSK can use certificates (mTLS) for authentication, and this is the method that might work for StreamSets.