Hi.

I have a project with a jobmate about grpc. And my jobmate have chop the 
big proto file in several files. Well, this is correct but I can generate 
the correct python files.

The proto directory is now as:

$ tree proto/
proto/
├── common
│   └── request.proto
├── file
│   ├── file.proto
│   └── file_service.proto
├── job
│   ├── job.proto
│   └── job_service.proto
├── pool
│   ├── pool.proto
│   └── pool_service.proto
└── worker
    ├── worker.proto
    └── worker_service.proto
5 directories, 9 files

I put too this question in:

https://stackoverflow.com/questions/71472265/how-to-generate-a-single-python-file-from-several-proto-files

Thanks and regards.

-- 
You received this message because you are subscribed to the Google Groups 
"grpc.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to grpc-io+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/grpc-io/6d99bb8f-da9f-433f-89ed-16a5b2789381n%40googlegroups.com.

Reply via email to