remove event durability (#9147)

* remove event durability

temporarily removing go-memdb event durability until a new strategy is developed on how to best handled increased durability needs

* drop events table schema and state store methods

* fix neweventbuffer invocations
This commit is contained in:
Drew Bailey
2020-10-22 12:21:03 -04:00
committed by GitHub
parent ca1cb4b484
commit 3347b40d11
20 changed files with 37 additions and 603 deletions

View File

@@ -132,7 +132,6 @@ server {
raft_multiplier = 4
enable_event_broker = false
event_buffer_size = 200
durable_event_count = 0
server_join {
retry_join = ["1.1.1.1", "2.2.2.2"]