apache / pekko-persistence-cassandra

A replicated Apache Pekko Persistence journal backed by Apache Cassandra
https://pekko.apache.org/
Apache License 2.0
9 stars 10 forks source link

acknowledge use of code copied from Apache Cassandra #65

Closed pjfanning closed 1 year ago

pjfanning commented 1 year ago

https://github.com/apache/incubator-pekko-persistence-cassandra/blob/5ca43b58c6fe74b29cce776797d250085446fc49/core/src/main/scala/org/apache/pekko/persistence/cassandra/compaction/LeveledCompactionStrategy.scala#L19

https://github.com/apache/incubator-pekko-persistence-cassandra/blob/5ca43b58c6fe74b29cce776797d250085446fc49/core/src/main/scala/org/apache/pekko/persistence/cassandra/compaction/SizeTieredCompactionStrategy.scala#L19

https://github.com/apache/incubator-pekko-persistence-cassandra/blob/5ca43b58c6fe74b29cce776797d250085446fc49/core/src/main/scala/org/apache/pekko/persistence/cassandra/compaction/BaseCompactionStrategy.scala#L21

https://github.com/apache/cassandra/blob/cassandra-2.2/src/java/org/apache/cassandra/db/compaction/AbstractCompactionStrategy.java

pjfanning commented 1 year ago

100 merged