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

sql - invalid in the select list because it is not contained in either an aggregate function -

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

How to start daemon on android by adb -