-
Notifications
You must be signed in to change notification settings - Fork 1k
select column meta for table map event #32
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
Comments
Yes it does. However have to be mindful that a schema change may mean that the column meta is newer than the point in time of the stream that is being processed. |
We can check table id too, if table id exists, we can guarantee that the schema is not changed. if not, we may degrade to old use. |
Is there a way to get the table id from the information_schema? I'm running into this issue as well, and want to know if the map_table_event corresponds to current table schema. |
Hi @gdey |
Map mysql fields to elasticsearch arrays
I think this can improve #28.
@karmakaze
The text was updated successfully, but these errors were encountered: