Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@shortishly
Copy link
Contributor

switch over the broker to use tansu services: everything should be using the same routing, framing.. etc.

The commit updates the TCP broker API services to use the new
tansu-service crate. Key changes:

- Replace custom TCP/framing implementation with tansu-service
components - Update service implementations to return Frame responses -
Migrate error types to use Arc for improved Clone - Consolidate
coordinator and storage service routing - Remove duplicated frame
handling code - Add new tansu-service dependency

The main purpose is to standardize the broker API service implementation
using a shared service framework from tansu-service, reducing
duplication and improving maintainability.
@shortishly shortishly self-assigned this Aug 29, 2025
@shortishly shortishly linked an issue Aug 29, 2025 that may be closed by this pull request
@shortishly shortishly merged commit dc41391 into main Aug 29, 2025
25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

broker should be using frame router service

2 participants