• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

evolution-gaming / kafka-journal / 8248530959
82%
master: 94%

Build:
Build:
LAST BUILD BRANCH: update/logback-classic-1.5.28
DEFAULT BRANCH: master
Ran 12 Mar 2024 12:13PM UTC
Jobs 1
Files 191
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

12 Mar 2024 11:44AM UTC coverage: 81.787% (-0.1%) from 81.91%
8248530959

Pull #594

rtar
Move `CassandraConsistencyConfig` from `eventual.cassandra` to `cassandra` package.

**Reasoning**

As part of restoring binary compatibility with a previous version, I am
going to copy-paste several classes such as `CassandraHealthCheck`,
`SettingsCassandra`, `SettingsStatements` and related classes to
`eventual-cassandra` project, so they could depend on a restored
`EventualCassandraConfig.ConsistencyConfig`.

To make sure there is no conflict between the two copies, I will move
the classes in `cassandra` project from `eventual.cassandra` to
`cassandra` package instead.

The classes from `eventual-cassandra` will use the old signatures, and
will be the simple wrappers of `cassandra` classes.

But before I do all this, I will move `CassandraConsistencyConfig` to
that `cassandra` package, because it is a part of new API.

To summarize:

`com.evolutiongaming.kafka.journal.cassandra` package in `cassandra`
project - will contain new common cassandra API used both by journaller
and snapshotter,

`com.evolutiongaming.kafka.journal.eventual.cassandra` package in
`eventual-cassandra` project - will contain an API used by journaller
only, including the legacy wrappers needed to maintain a binary
compatiblity with a previous version.

**Tricky questions**

*Why cannot you copy `EventualCassandraConfig` to `cassandra` instead?*

Because it contains dependencies on journaller specific classes such as
`SchemaConfig` or `SegmentSize`.
Pull Request #594: Move `CassandraConsistencyConfig` from `eventual.cassandra` to `cassandra` package

3314 of 4052 relevant lines covered (81.79%)

1.33 hits per line

Jobs
ID Job ID Ran Files Coverage
1 Scala 2.13.12 - 8248530959.1 12 Mar 2024 12:13PM UTC 0
81.79
Source Files on build 8248530959
Detailed source file information is not available for this build.
  • Back to Repo
  • Pull Request #594
  • PR Base - master (#8173907880)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc