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

Add snapshot and snapshot-cassandra sbt modules #561

Merged
merged 1 commit into from
Feb 2, 2024

Conversation

rtar
Copy link
Contributor

@rtar rtar commented Feb 2, 2024

The idea is that snapshot module will contain snapshot specific classes and snapshot-cassandra will implement these interfaces using Cassandra as a storage backend.

In other words, a new structure will be similar to existing setup, where journal and eventual-cassandra serve the same purpose.

The idea is that `snapshot` module will contain snapshot specific classes
and `snapshot-cassandra` will implement these interfaces using Cassandra
as a storage backend.

In other words, a new structure will be similar to existing setup, where
`journal` and `eventual-cassandra` serve the same purpose.
@rtar rtar added this to the snapshotter milestone Feb 2, 2024
@coveralls
Copy link

coveralls commented Feb 2, 2024

Pull Request Test Coverage Report for Build 7758244772

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 10 unchanged lines in 3 files lost coverage.
  • Overall coverage decreased (-0.2%) to 81.547%

Files with Coverage Reduction New Missed Lines %
replicator/src/main/scala/com/evolutiongaming/kafka/journal/replicator/ReplicateRecords.scala 1 70.18%
replicator/src/main/scala/com/evolutiongaming/kafka/journal/replicator/Batch.scala 2 96.49%
eventual-cassandra/src/main/scala/com/evolutiongaming/kafka/journal/eventual/cassandra/ReplicatedCassandra.scala 7 90.37%
Totals Coverage Status
Change from base Build 7745479192: -0.2%
Covered Lines: 3279
Relevant Lines: 4021

💛 - Coveralls

@rtar rtar merged commit 272c88c into master Feb 2, 2024
3 checks passed
@rtar rtar deleted the add-snapshot-projects branch February 2, 2024 17:25
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.

3 participants