-
```
import os
import ssl
import time
import base64
import json
from datetime import datetime
from datetime import timezone
import random
from locust import task, TaskSet
from locust.us…
-
### Component(s)
receiver/kafka
### What happened?
## Description
The Open Telemetry Pods pull events from the Azure EventHub Queue and export events to the backends. If these backends are n…
-
Login fails via Keycloak, when pressing the Login button in discourse.
It redirects you to Keycloak which itself just throws a generic error message.
```
2024-11-07 02:34:23,975 DEBUG [jdk.event…
-
func main() {
r := kafka.NewReader(kafka.ReaderConfig{
Brokers: []string{"localhost:9092"},
Topic: "my-topic",
Partition: 0,
MaxBytes: 10e6, // 10MB
})
for {
m, err := r.Re…
-
Once we start deploying Submariner using only secrets to store access tokens, `subctl gather` won’t be able to directly use the information in the Submariner CR to access the broker. It will either ha…
skitt updated
1 month ago
-
**Is your feature request related to a problem? Please describe.**
Yes.
The API protocol/types for middleware dare different for Broker/Router instantiation vs. subscriber/publisher instantiatio…
-
**Is your feature request related to a problem? Please describe.**
_A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]_
Network connections may fail and so …
-
### Component(s)
receiver/kafka
### What happened?
We wanted to collect, graph, and alert on lag for the kafka receiver, but observed unexpected behavior when observing the `otelcol_kafka_rec…
-
### Describe the bug
I attempted to create 700 Kafka Plain Avro sources. However, after successfully creating approximately 600 sources, the meta-node becomes unresponsive, and I encounter the foll…
-
Can you add automatic connect function? thanks.
For instance, When the broker restarts, ping/pong test cannot auto connect to the broker server.
like as:
Recently, I learned about paho. MQTT. C, …