-
Notifications
You must be signed in to change notification settings - Fork 0
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
Adding documentation for the Debezium Spanner connector #1
base: main
Are you sure you want to change the base?
Conversation
|
||
A Cloud Spanner link:https://cloud.google.com/spanner/docs/change-streams[change stream] watches and streams out a Cloud Spanner database's data changes - inserts, updates, deletes - in near-real-time. The Cloud Spanner connector abstracts away the details of querying the Cloud Spanner change streams. With this connector, you don't have to manage the change streams partition lifecycle, which is necessary when you link:https://cloud.devsite.corp.google.com/spanner/docs/change-streams/details#query[use the Spanner API directly]. | ||
|
||
The connector does not support the snapshot feature at the moment. The first time it connects to a Cloud Spanner database, it will start streaming changes from either the user-provided start timestamp or the current time, if the user did not provide a start timestamp. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think "the connector does not support the snapshot feature at the moment" does not need to be included, does it?
Next sentence: The first time the Kafka connector connects to a Spanner database, it will stream changes from either the provided timestamp, or the current timestamp if a timestamp is not provided.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I mentioned this, because the other Debezium documentation (Vitess) mentioned the same sentence, and I'm trying to keep close to the structure.
Agreed with the next sentence.
|
||
toc::[] | ||
|
||
{prodname}'s Cloud Spanner connector consumes and outputs Cloud Spanner change streams data into a Kafka topic. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I recommend that you refer to Spanner as "Cloud Spanner" once, and all subsequent references simply use "Spanner"
50a8d0c
to
04ee85f
Compare
0e98df1
to
98ddabd
Compare
No description provided.