-
Notifications
You must be signed in to change notification settings - Fork 1
[Metadata] The microservices should split in sub folders #95
Copy link
Copy link
Open
Labels
invalidThis doesn't seem rightThis doesn't seem rightrefactorLittle changes that won't affect the general usageLittle changes that won't affect the general usage
Description
The MS architecture does not seems right.
The MS should be compose of:
- 1
main.pywith a function call to init gRPC - 1 folder
grpcwith all the gRPC features - 1 folder
handlers(if there are HTTP requests on the MS) - 1 folder
internalwith rhe internal function (often called by gRPC or kafka) - 1 folder
datawith all the data structures
The folder architecture should look like any other MS, even if it is in an other language.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
invalidThis doesn't seem rightThis doesn't seem rightrefactorLittle changes that won't affect the general usageLittle changes that won't affect the general usage