-
Viewing the operator's log, it shows that the gateway cannot be connected, but the gateway is still alive。
INFO [com.azu.cc.k8s.sca.ScalingMetricProvider] (executor-thread-7) Remote call failed: g…
-
## 🐛 Bug Report
Since version `2.0.1`, the protobuf option `go_package` is required to generate the gateway or the OpenAPI schema.
## To Reproduce
Using this `.proto` file:
```protobuf
sy…
-
## Feature Request
### Motivation
A frequent use-case on top of gRPC is to expose a REST API built to mirror the RPC defined in your proto file. The [grpc-gateway](https://grpc-ecosystem.github.…
jgall updated
2 years ago
-
### Gloo Edge Product
Enterprise
### Gloo Edge Version
1.17.0
### Is your feature request related to a problem? Please describe.
When configuring various grpc services, extauth, ratelimit, or ote…
-
**Describe the bug**
This issues originates from a [support incident](https://jira.camunda.com/browse/SUPPORT-23288?atlLinkOrigin=c2xhY2staW50ZWdyYXRpb258aXNzdWU%3D) where the customer moved to an …
-
# Summary
The API's gRPC support is not often used and not worth the maintenance according to various maintainers. Some currently used gRPC libraries are also deprecated need upgrading, like `grpc-…
-
## 🐛 Bug Report
Hi guys,
I have the following files
`AdminAPI.proto`:
```proto
syntax = "proto3";
option go_package = "./admin";
package admin;
import "google/protobuf/empty.proto";
…
lo00l updated
2 months ago
-
**Describe the bug**
Gateway tried to map a completeJob command to a completeJob request to the broker. Before doing so, it ensures that the variables (a string) is valid JSON. However, if it isn't…
-
### What's wrong?
We're trying to remap the Loki labels with alloy, but it doesn't work
### Steps to reproduce
Using configuration below and simple .NET application with [opentelemetry logs output]…
-
Our business scenarios need to support non-SSL mode transmission,That means we need to support H2C
Could you give us some suggestions and tell us how to modify so that spring-cloud-gateway can supp…