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

Restore binary backwards compatibility of classes relying on consistency level #593

Merged
merged 3 commits into from
Mar 6, 2024

Conversation

rtar
Copy link
Contributor

@rtar rtar commented Mar 6, 2024

I.e. all CassandraConsistencyConfig arguments are rolled back to EventualCassandraConfig.ConsistencyConfig.

I do not plan to create non-deprecated versions of these methods as these, probably, should not used in downstream code anyway and should be made private in a next non-binary-compatible version of kafka-journal.

The arguments themselves will be updated as part of #590.

This is a smaller PR split from #586 for easier review.

I.e. all `CassandraConsistencyConfig` arguments are rolled back to
`EventualCassandraConfig.ConsistencyConfig`.

I do not plan to create non-deprecated versions of these methods as
these, probably, should not used in downstream code anyway and
should be made private in a next non-binary-compatible version of
kafka-journal.
@rtar rtar added this to the snapshotter milestone Mar 6, 2024
@rtar rtar changed the title Restore backwards compatibility of classes relying on consistency level Restore binary backwards compatibility of classes relying on consistency level Mar 6, 2024
@rtar rtar merged commit 3135504 into master Mar 6, 2024
3 checks passed
@rtar rtar deleted the binary-compatibility3 branch March 6, 2024 14:42
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.

2 participants