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
Post a Comment