-
Because all model fields are labelled as optional, it's unclear when a field is expected to always be available but is mislabelled, versus when it is actually known to be optional. It necessitates add…
-
**FEATURE REQUEST**
Any multi-language support on the horizon? I see some smatterings of Python code, but it doesn't appear to be a full-featured client.
I have been researching BookKeeper as a …
-
Python, when available, is my go-to language for quick, reliable, portable, maintainable script work. Is there interest from anyone else for a Python module of `rpc_core`?
I would suggest using the…
-
**What language does this apply to?**
javascript
**Describe the problem you are trying to solve.**
With an `int64` message field, one could annotate it with the option `[jstype=JS_STRING]`,…
-
I'd like to propose that enum be added to Go as a special kind of `type`. The examples below are borrowed from the protobuf example.
### Enums in Go today
```
type SearchRequest int
var (
Sear…
-
# BR support common cloud storage
## Overview
Integrate BR with common cloud object storage (S3, GCS, Azure Blob storage etc).
## Problem statement
Currently, BR supports local storage whe…
-
**Please describe the feature request.**
Get rid of the OpenTelemetry protobuf library as it is not intended for public use.
**Rationale**
Recently https://github.com/micrometer-metrics/micromete…
-
Review compliance against https://github.com/signalfx/gdi-specification/blob/v1.6.0/specification/behaviors.md
-
The protobuf format has the type [`google.protobuf.Value`][3] described in [Create Protobuf messages for .NET apps][1].
There is also a [`Google.Protobuf.WellKnownTypes.Value`][2] type in the `Google…
-
Hello,
First off, thank you for contributing this work to the open-source community using protobuf on the unofficially supported NodeJS / Typescript language.
I'm integrating this library with …