Ruslans Tarasovs

Results 16 issues of Ruslans Tarasovs

`Applicative` should extends `InvariantMonoidal`. I think it is the case since cats 1.x: https://github.com/typelevel/cats/blob/1.3.x/core/src/main/scala/cats/Applicative.scala#L17

I could not migrate tests because of custom thread executors, but adding a draft to, may be, work on it later, an shot it off.

### Note The pull request will now be split to several smaller pull requests (feel free to review them instead): - https://github.com/evolution-gaming/kafka-journal/pull/587 - https://github.com/evolution-gaming/kafka-journal/pull/588 - https://github.com/evolution-gaming/kafka-journal/pull/593 - https://github.com/evolution-gaming/kafka-journal/pull/594 - https://github.com/evolution-gaming/kafka-journal/pull/595...

The following error is appearing now from time to time after #602 was merged: ``` [info] TEST FAILED - SettingsIntSpec: CassandraSettings should set, get, all, remove: None did not equal...

bug

The following PR will force anyone who wants to change keyspace config for `SchemaConfig` class to construct a deprecated instance of `SchemaConfig.Keyspace`: https://github.com/evolution-gaming/kafka-journal/pull/598 There should be a way to do...

The following PR will force anyone who wants to change consistency level for `EventualCassandra` class to construct a deprecated instance of `EventualCassandraConfig.ConsistencyConfig`: https://github.com/evolution-gaming/kafka-journal/pull/588 There should be a way to do...

This dependency is not required anymore, but is kept to keep binary compatibility with the previous versions. It should be removed in first non-binary compatible version. See https://github.com/evolution-gaming/kafka-journal/pull/587#discussion_r1507337567 for more...

This new class is reused by upcoming snapshotter, but the old one is kept to keep binary compatibility with the previous versions. The task should be implemented in a first...

It is kind of a draft for now, but any feedback is welcome. ### The Idea The big idea is to get rid of `sequence_nr` column from a primary key....