Per Johansson

Results 7 issues of Per Johansson

**Is your feature request related to a problem? Please describe.** Similar to DebugString in C++ and GetDebugString in Python, I'd like to be able to create a textual proto file...

# What happened? Our staging cluster in Aiven was upgraded to Karapace 3.1.2 and suddenly we get errors from the schema registry. We believe the previous version was 2.1.3, partly...

# What is currently missing? When using confluent-kafka-python as a Schema Registry client, it will upload a binary descriptor, you can see an example of a such here: https://github.com/confluentinc/confluent-kafka-python/blob/e7e066120f05ca6f9c37b18d77f974f1a6cad222/examples/user_pb2.py#L22 That...

# What happened? We're using the rest producer, and I had some python code checking for errors in this manner: ```python errors = [x for x in body["offsets"] if x["error"]]...

# What happened? ``` POST to https://karapace/topics/mytopic { "key_schema": "{\"type\":\"string\"}, "value_schema": "{\"fields\":[{\"name\":\"updated\",\"type\":{\"logicalType\":\"timestamp-millis\",\"type\":\"long\"}}],\"name\":\"x\",\"type\":\"record\"}", "records": [ { "key": "14535018", "value": { "updated": 166445827700 } } ] } ``` gives the error ```...

### Terraform Version, Provider Version and Kubernetes Version ``` Terraform version: 1.3.6 Kubernetes provider version: 2.19.0 Kubernetes version: v1.22.17 ``` ### Affected Resource(s) It's a general provide issue. ### Terraform...

stale

**Description:** Some packages (e.g. k8s.io/apimachinery) puts `go 1.22.0` in their go.mod file. This propogates to applications using it, which also gets `go 1.22.0` in go.mod. Setup-go will then find that...

feature request