Skip to content

[coordinator] Introduce a unified service manager#609

Open
liran-funaro wants to merge 1 commit into
hyperledger:mainfrom
liran-funaro:service-manager
Open

[coordinator] Introduce a unified service manager#609
liran-funaro wants to merge 1 commit into
hyperledger:mainfrom
liran-funaro:service-manager

Conversation

@liran-funaro

@liran-funaro liran-funaro commented May 25, 2026

Copy link
Copy Markdown
Contributor

Type of change

  • Bug fix
  • Improvement (improvement to code, performance, etc)

Description

To address the VC manager's failed handling of the stream end, this commit introduces a unified service manager.
This way, we avoid cases where one instance is fixed while the other remains buggy.
This commit also splits the VC manager from the VC manager API, which can communicate with any VC.

Related issues

@coveralls

coveralls commented May 25, 2026

Copy link
Copy Markdown

Coverage Status

coverage: 91.367% (-0.04%) from 91.406% — liran-funaro:service-manager into hyperledger:main

@liran-funaro liran-funaro requested a review from cendhu May 25, 2026 09:22
@liran-funaro liran-funaro added the bug Something isn't working label May 25, 2026
@cendhu

cendhu commented May 25, 2026

Copy link
Copy Markdown
Contributor

I am not comfortable with adding more abstractions to the code. Bug can be fixed in the current flow. We need to discuss on the abstraction such as servicemanager.

Signed-off-by: Liran Funaro <liran.funaro@gmail.com>
@liran-funaro

Copy link
Copy Markdown
Contributor Author

I am not comfortable with adding more abstractions to the code. Bug can be fixed in the current flow. We need to discuss on the abstraction such as servicemanager.

I added an issue to address this. Please review it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

3 participants