-
After https://github.com/astriaorg/astria/pull/1707 got merged, there are a couple of generated proto files which is basically dead code due to naming and versioning changes in https://github.com/astr…
-
The file opentelemetry-proto-1.4.0.tar.gz contains the following:
* `buf.yaml`
* `package.json`
* `package-lock.json`
which are also present in git in the opentelemetry-proto repository.
Th…
-
I want to compile just the files into the root of the project, but I'm having trouble. I tried to make this code, but it gives an error.
My proto files are above the Java project in the hierarchy, be…
-
Hey man, I like your tool, very simple and clean to use. I've been using to make some triple tech and triple strength mods.
I think I found the additive naming convention for proto_unit_commands wh…
-
### Issue submitter TODO list
- [X] I've looked up my issue in [FAQ](https://ui.docs.kafbat.io/faq/common-problems)
- [X] I've searched for an already existing issues [here](https://github.com/kafbat…
-
### Summary
Regenerating the proto files make the tests fail
### Reproduction Steps
Re-generate the files used in the compiler, as documented in the `README`:
```
protoc \
--plugin=p…
-
### Description
At the moment, it requires:
```
quarkus.generate-code.grpc.scan-for-imports=all
```
When this dependency is found, we should add it automatically.
### Implementation ideas
_…
-
Hi,
I encountered an issue while trying to compile .proto files using your library. Here is the detailed setup and problem:
File Descriptions
a.proto:
```
syntax = "proto3";
package nrpc…
-
# Problem definition
Currently, we keep the proto files in all the SDKs, if we have to change anything we will need to manually update the proto files in all the SDK repos. Which isn't easy to mai…
yhl25 updated
1 month ago
-
Suppose I have a `file1.proto` and it imports `file2.proto` at other path, `file2.proto` imports `file3.proto` at anther path. And many other imports. How can I import `file1.proto` and use methods in…