Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Skip INIT_SYNC #10

Open
BhuviTheDataGuy opened this issue May 18, 2021 · 2 comments
Open

Skip INIT_SYNC #10

BhuviTheDataGuy opened this issue May 18, 2021 · 2 comments

Comments

@BhuviTheDataGuy
Copy link

We have done the historical data sync, so we want the Kafka connect to read from a particular timestamp period.

Is it possible? any example?

@anupamme
Copy link

Hi @BhuviTheDataGuy wondering whether you were able to figure this out?

It is specially relevant when the data stored in dynamo db is very large (billions of rows) and INIT_SYNC can possibly take days to complete as the record read throughput is bounded by 2000 events per second.

@anupamme
Copy link

I tried this:

kafka-avro-console-consumer --topic dynamodb-student --bootstrap-server localhost:9092

instead of

kafka-avro-console-consumer --topic dynamodb-test-dynamodb-connector --bootstrap-server localhost:9092 --from-beginning

And now it does not do init sync.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants