Skip to content

docs: align documentation with single-process architecture (#228)#237

Merged
crrow merged 1 commit intomainfrom
issue-228-docs-alignment
Mar 31, 2026
Merged

docs: align documentation with single-process architecture (#228)#237
crrow merged 1 commit intomainfrom
issue-228-docs-alignment

Conversation

@crrow
Copy link
Copy Markdown
Collaborator

@crrow crrow commented Mar 31, 2026

Closes #228

Summary

  • Replace "cloud-native/K8s" design principle with "single-process standalone" deployment model
  • Clarify event queue is in-memory (in-process channel), not a distributed message broker
  • Remove /metrics endpoint claims from layout.md (no metrics implementation exists)
  • Update gateway docs: proxy routes meta + ingestor only; streamer is accessed directly (streaming data should not pass through a reverse proxy)
  • Remove K8s Endpoints API topology awareness section from meta-service docs
  • Update performance analysis for single-process capacity model

- Update design principles: replace "cloud-native/K8s" with
  "single-process standalone" deployment model
- Clarify event queue is in-memory (in-process channel), not a
  distributed message broker (Redis Streams/RabbitMQ/SQS)
- Remove /metrics endpoint claims from layout.md (not implemented)
- Update gateway docs: proxy routes meta + ingestor only; streamer
  is accessed directly by design (streaming data bypasses reverse proxy)
- Remove K8s-specific topology awareness section from meta-service docs
- Update performance analysis: single-process capacity model, remove
  multi-instance scaling language

Closes #228
@crrow crrow merged commit f5f702d into main Mar 31, 2026
4 checks passed
@crrow crrow deleted the issue-228-docs-alignment branch March 31, 2026 03:55
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.

docs: align documentation with single-process architecture

1 participant