Kafka entries to DynamoDB -


i want records coming in kafka topic inserted in dynamodb. there open source plugin available can same. or there other better way can within dynamodb itself.

pls suggest

lokesh narayan

storing kafka messages in dynamodb great use case kafka connect. unfortunately don't know of off-the-shelf sink connectors dynamodb. can see list here. now, you'll need either build own sink connector (and open source it!) or build custom consumer writes dynamodb.


Comments

Popular posts from this blog

How to start daemon on android by adb -

testing - Detect whether test has failed within fixture -

Angularjs unit testing - ng-disabled not working when adding text to textarea -