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

Connect Runtime fails initialising the static ctor for InsertRollingFieldTimestampHeaders #13

Merged
merged 1 commit into from
Apr 4, 2024

Conversation

stheppi
Copy link
Collaborator

@stheppi stheppi commented Apr 4, 2024

It's not clear why but the code RecordFieldTimestamp.extendConfigDef(InsertRollingTimestampHeaders.CONFIG_DEF); gets Connect plugin scanner throwing an exception. For reasons beyond the code implementation it thinks the code redefines the setting entry named: field.

The solution is to redefine the ConfigDef and avoid referencing the static values defined in th parent classes.

…ieldTimestampHeaders

It's not clear why but the code `RecordFieldTimestamp.extendConfigDef(InsertRollingTimestampHeaders.CONFIG_DEF);` gets Connect plugin scanner throwing an exception. For reasons beyond the code implementation it thinks the code redefines the setting entry named: `field`.

The solution is to redefine the ConfigDef and avoid referencing the static values defined in th parent classes.
@stheppi stheppi merged commit 2bd16e8 into main Apr 4, 2024
4 checks passed
@stheppi stheppi deleted the fix/connect-runtime-nonsense branch April 4, 2024 21:02
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

Successfully merging this pull request may close these issues.

1 participant