Open Issues Need Help
View All on GitHub Software Development • Backend Development
Fix Variable Naming Convection in Proto 28 days ago
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