Skip to content

0.3.1

Choose a tag to compare

@hartmut-co-uk hartmut-co-uk released this 09 Mar 22:43
· 318 commits to main since this release

(Added)

  • Adds a first set of integration tests with testcontainers
    • Covering
      • WordCountTest testing the kafka streams 'Hello world!' app to work with CassandraKeyValueStore
      • WordCountInteractiveQueriesTest testing interactive queries incl. methods all, range, prefixScan, approximateNumEntries
      • WordCountGlobalStoreTest testing CassandraStores.globalKeyValueStore() and store access via interactive queries
    • Using
      • Cassandra 4.1
      • Redpanda

Changed / Removed

  • Simplified overly complex class name to GlobalCassandraKeyValueStoreRepository.