The Wayback Machine - http://web.archive.org/web/20220508212909/https://github.com/topics/cassandra?o=desc&s=updated
Skip to content
#

Apache Cassandra

cassandra logo

Apache Cassandra is a free, open source, distributed, wide column store, NoSQL database management system designed to handle large amounts of data across many commodity servers, providing high availability with no single point of failure.

Here are 1,638 public repositories matching this topic...

xemul
xemul commented Nov 23, 2021

The observable class keeps the list of std::function<void(Args...)> subscribers onboard. When set (called) the value notifies all observers about the change. Being void the callback that needs to start an asynchronous operation can do nothing but send it into the background by ignoring the top-most future. It would be nice if observable::operator() returned back a future. This would requir

Goal: create a Spring Boot application that handles users using Event Sourcing. So, whenever a user is created, updated, or deleted, an event informing this change is sent to Kafka. Also, we will implement another application that listens to those events and saves them in Cassandra. Finally, we will use Testcontainers for integration testing.

  • Updated May 8, 2022
  • Java
shotover-proxy
conorbros
conorbros commented Oct 25, 2021

If Shotover somehow gets to this point and the source to chain mapping is empty Shotover won't build any sources or chains and will immediately exit.

https://github.com/shotover/shotover-proxy/blob/4cca9e34e47691d8f1dc443d1934815e54b1aa5c/shotover-proxy/src/config/topology.rs#L122

We should be returning an error instead of silently shutting down.

good first issue

Created by Apache Software Foundation

Released July 2008

Repository
apache/cassandra
Website
cassandra.apache.org
Wikipedia
Wikipedia

Related Topics

dotnet language