Search code examples
Should Post and PostLike be separate microservices, and how to validate entity existence across serv...


architecturemicroservicesdistributed-systemeventual-consistency

Read More
Confusion about Message Bus / Command Dispatcher patterns...


design-patternsevent-handlingdistributed-systemmessage-bus

Read More
redundant distributed filesystems for small number of nodes...


filesystemsgriddistributed-system

Read More
Need for metadata store while storing an object...


amazon-s3storagedistributed-computingdistributed-system

Read More
ZMQ Multi-part flusher: Can you get the total number of parts in a multi-part message received via Z...


cnetwork-programmingzeromqdistributed-systemlow-latency

Read More
What are the essentials of real-time distributed systems?...


real-timedistributeddistributed-computingdistributed-system

Read More
Can Sloppy Quorum guarantee strong read consistency?...


distributeddistributed-systemconsistency

Read More
How do I limit the count of rows in a result set in Postgres without unnecessary locking?...


postgresqldistributed-systemsystem-design

Read More
is last write wins redundant for immutable keys?...


concurrencydistributed-system

Read More
How can I sync JWT blacklists in PHP microservices without a bottleneck or SPOF?...


phpauthenticationjwtmicroservicesdistributed-system

Read More
How do you address messages coming out of order in a message queue?...


apache-kafkamessage-queuedistributed-computingdistributed-system

Read More
Does Raft follower store leader ID? If not, how does it redirect requests to leader?...


distributed-systemconsensusraft

Read More
is Lost update possible with RAFT?...


distributed-systemconsensusraft

Read More
How to distribute tasks between servers where each task must be done by only one server?...


distributed-computingdistributedpollingdistributed-system

Read More
Why is 2-phase commit not suitable for a microservices architecture?...


microservicesdistributed-systemdistributed-transactions2phase-commit

Read More
What is the difference between message queue and message broker?...


architecturemessage-queueterminologydistributed-systemmessagebroker

Read More
Fault-tolerant queue-worker architecture in Kafka?...


apache-kafkaqueuedistributed-computingdistributed-systemfault-tolerance

Read More
Is my understanding of a Distributed Lock correct?...


distributed-systemsystem-designdistributed-lock

Read More
Why is read repair not sufficient in making dynamo-style database linearizable?...


databasedatabase-designdistributed-systemdistributed-transactionsconsensus

Read More
Can a ZeroMQ ROUTER socket make a spontaneous asynchronous request to a specific DEALER socket?...


socketszeromqdistributed-computingdistributed-systemlow-latency

Read More
Zookeeper Node vs. zNode...


apache-zookeeperdistributed-systemznodes

Read More
Opentelemetry traceid for Couchbase Database Change Protocol...


microservicescouchbasedistributed-systemopen-telemetryotel

Read More
what is the key difference between multipaxos and basic paxos protocol...


operating-systemdistributed-computingdistributeddistributed-systempaxos

Read More
What is CRDT in Distributed Systems?...


distributed-computingdistributed-systemcrdt

Read More
ZeroMQ can subscribe, but how to exclude a specific filter?...


zeromqpublish-subscribedistributed-system

Read More
EDA Choreography - keep overall state...


distributed-systemevent-driven-design

Read More
Contradictions in replication in the dynamo paper...


distributed-system

Read More
ATOI in C messing with other strings in SERVER/CLIENT GMS application...


cserverclientdistributed-systematoi

Read More
When should a Raft follower record an RPC?...


distributed-systemconsensusraft

Read More
In Raft distributed consensus, what do I set votedFor to?...


distributed-systemconsensusraft

Read More
BackNext