You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create an interface for consuming data that fixes#5.
Create Consumer and ConsumerFactory traits.
Implement CDCRow struct that represents data passed to the consumer.
Implement CDCRowSchema that contains info about column order in the CDC table.
Create tests for Consumer module.
0 commit comments