-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This is a large breaking change that almost fully refactors and rewrites major parts of the codebase. - Split and cleanly separate the main package into relay/producer/source_pool controllers. - Restructure files and internal packages. - Rewrite, simplify, and detatch polling and healthcheck logic spread across relay and consumer sources into cleaner abstractions. - Simplify relay to only do relaying and not handle server management. - Rewrite the old multi-config based consumer into a new "source pool" controller that acts like a connection pool and hides away all server management and healthcheck complexities. - Remove and simplify redundant util methods structs. - Simplify and rewrite orchestration logic in multiple places: relay, source pool management, healthchecks. - Simplify config structure and config initialization across controllers. - Simplify main.go to do initialization and composition only.
- Loading branch information
Showing
13 changed files
with
1,933 additions
and
1,976 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.