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
Introduce a constant for a record metadata field opencdc.collection in opencdc.proto used to indicate the source/destination collection of a record.
Also create a new proto specifically for metadata constants (e.g. metadata/constants.proto). It should include existing constants defined in connector.proto, which would expose them not only to connectors, but also processors. We are also missing constants populated in DLQ records (currently only defined as Go constants).
All constants should be tied to Go constants and have a getter and setter method on the type opencdc.Metadata
The text was updated successfully, but these errors were encountered:
Introduce a constant for a record metadata field
opencdc.collection
inopencdc.proto
used to indicate the source/destination collection of a record.Also create a new proto specifically for metadata constants (e.g.
metadata/constants.proto
). It should include existing constants defined inconnector.proto
, which would expose them not only to connectors, but also processors. We are also missing constants populated in DLQ records (currently only defined as Go constants).All constants should be tied to Go constants and have a getter and setter method on the type
opencdc.Metadata
The text was updated successfully, but these errors were encountered: