Add cluster service contracts for AzerothCore realm coordination#27
Closed
VG-prog wants to merge 1 commit into
Closed
Add cluster service contracts for AzerothCore realm coordination#27VG-prog wants to merge 1 commit into
VG-prog wants to merge 1 commit into
Conversation
Add the shared protobuf, generated runtime code, events, GUID helpers, auth identity helpers, and configuration contracts used by clustered gateway, registry, group, guild, matchmaking, and sidecar flows. Tests, local tooling, and broad documentation are intentionally excluded from this upstream-focused scope.
Author
|
Closing this draft because it was opened from a stacked branch while targeting That replacement PR presents the current integration honestly as one review surface. Sorry for the review noise. |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR lays the shared contract foundation for clustered AzerothCore support in ToCloud9.
The intent is to make the rest of the cluster work explicit at service boundaries instead of relying on ad hoc fields or implicit GUID conventions. It extends the protobuf contracts, generated Go bindings, shared event payloads, GUID helpers, identity helpers, and configuration surface that the gateway, registry, groupserver, guildserver, matchmakingserver, worldserver bridge, and sidecar use to speak the same language.
What changed
Why this matters
The later runtime changes depend on consistent identity and message shapes. This PR keeps those contracts visible and reviewable before service behavior is layered on top.
Validation
git diff --check origin/master..HEADenv GOCACHE=/tmp/tc9-go-build GOFLAGS=-buildvcs=false go build ./...env GOCACHE=/tmp/tc9-go-build GOFLAGS=-buildvcs=false make install