immudb icon indicating copy to clipboard operation
immudb copied to clipboard

Multiple sessions per connection

Open zaza81 opened this issue 3 years ago • 1 comments

Some systems (See CNC )in order to scale horizontally need to achieve the following features.

  • Pull of connection per DB Instance
  • each connection can have a pull of sessions.

Acceptance criteria

  • change the SDK to accept multiple sessions
  • the limit of sessions per connection is defined on immudb server

As an example of managing multiple connections on SDK, we should take the following example. @tomekkolo can you add your SDK example?

zaza81 avatar Jan 25 '22 14:01 zaza81

Here is simple PoC of multiple sessions client: https://github.com/codenotary/immudb/commit/d48b6e24f35b8acc59740cb3e81c7d6ce93bdea7

tomekkolo avatar Jan 26 '22 08:01 tomekkolo