feat(replication): Use a ring buffer with messages to serve replication. (#1835)

* feat(replication): Use a ring buffer with messages to serve replication.

* Fix libraries dep graph

* Address PR feedback

* nits

* add a comment

* Lower the default log length
This commit is contained in:
Roy Jacobson 2023-09-18 13:59:41 +03:00 committed by GitHub
parent 1e61ec8114
commit db21b735f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 127 additions and 65 deletions

View file

@ -4,8 +4,11 @@
#include "server/journal/serializer.h"
#include <system_error>
#include "base/io_buf.h"
#include "base/logging.h"
#include "glog/logging.h"
#include "io/io.h"
#include "server/common.h"
#include "server/error.h"