micro / services

Real World Micro Services
Apache License 2.0
1.25k stars 137 forks source link

Choosing a neutral keyword for naming message type in proto files. #382

Closed lambdaR closed 2 years ago

lambdaR commented 2 years ago

In the Space service proto file there is a message type named as Object, this name will cause problems for some languages like Dart and Java since the root of all objects is called Object too.

So, choosing a neutral keyword is key to avoid conflicts when generating clients in multiple languages.

I am requesting to modify that name in the Space service.