Hi,
I am currently encountering an issue where the build reports a failure with the message: "File already exists in database: health.proto." This error seems to suggest that the health.proto file is being registered multiple times, possibly by different libraries. (error snippet below)
File already exists in database: health.proto
CHECK failed: GeneratedDatabase()->Add(encoded_file_descriptor, size):
To address this, I am wondering if there is any gRPC environment variable or other mechanism that can be utilized to determine which libraries are registering this proto file. Identifying the source of the conflict would greatly assist in resolving the issue.
For e,g, something like this (pseudocode)