Skip to content

Conversation

@markphelps
Copy link
Contributor

@markphelps markphelps commented Jul 9, 2025

This pull request updates the README.md file to include new sections documenting additional packages and utilities in the project. These changes improve the documentation by providing detailed descriptions of newly added packages and updating existing ones.

New package documentation:

  • debug: Added a section describing debug server utilities for exposing runtime information and debugging endpoints.
  • kv: Added a section for a consolidated package managing Redis/Valkey clients with Sentinel support, TLS configuration, and OpenTelemetry instrumentation.
  • must: Documented utility functions for handling errors in initialization code where panicking is appropriate.
  • queue: Added a description of a Redis streams-based queue implementation with shuffle-sharding for tenant isolation and workload distribution.
  • shuffleshard: Documented the implementation of shuffle sharding for workload distribution across multiple instances.

Updates to existing package documentation:

  • logging: Updated to reflect the use of go.uber.org/zap for logging conventions instead of github.com/sirupsen/logrus.

Signed-off-by: Mark Phelps <209477+markphelps@users.noreply.github.com>
@markphelps markphelps marked this pull request as ready for review July 9, 2025 14:55
@markphelps markphelps requested a review from a team as a code owner July 9, 2025 14:55
Copy link
Member

@michaeldwan michaeldwan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Update README.md ❤️

@markphelps markphelps merged commit b69e565 into main Jul 9, 2025
2 checks passed
@markphelps markphelps deleted the markphelps-patch-1 branch July 9, 2025 15:20
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.

3 participants