A work-in-progress distributed event streaming and message queue platform engineered for high throughput, maximal scalability, and fault-tolerance.

1 Open Issue Need Help Last updated: Aug 7, 2025

Open Issues Need Help

View All on GitHub
Software Development Backend Development

AI Summary: Rename variables in the project's `.proto` files to adhere to a consistent naming convention: snake_case for field names, enum values, and file names; camelCase for message names, enum types, and service names. This involves modifying the `.proto` files and then regenerating the Java and gRPC code using the `protoc` compiler.

Complexity: 3/5
good first issue invalid XS

A work-in-progress distributed event streaming and message queue platform engineered for high throughput, maximal scalability, and fault-tolerance.

Java