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

AbotX : How do you create a parallel crawler that stays on and can be added to at run time from new requests -

testing - Detect whether test has failed within fixture -

android - Create single AAR file from multiple modules using Gradle -