-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Open
Labels
questionFurther information is requestedFurther information is requested
Description
I've used Kratos a bit at work and found it pretty elegant and fast. However, I do have a few questions.
For example, Kratos places proto files in separate microservices, and each service has its own third_party
directory. In my setup, I prefer placing all proto files in a single repository -- it makes reviewing and managing them much easier, and use buf
to generate pb files.
Secondly, I tried using ConnectRPC instead of Kratos's default RPC implementation(which wraps gRPC). It would be great if Kratos cloud provide an option to choose between ConnectRPC and gRPC!
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested