-
https://rehansaeed.com/exporting-open-telemetry-data-to-jaeger/
-
## Bug Report
Get the below issue sometime with kafka producer
```javascript
{ BrokerNotAvailableError: Broker not available
at new BrokerNotAvailableError (/kafka-node/lib/errors/BrokerNo…
-
I referred to the following doc https://docs.confluent.io/platform/current/schema-registry/security/index.html#configuring-the-rest-api-for-basic-http-authentication and set up basic auth for schema r…
-
### Is there an existing issue for the same bug?
- [X] I have checked the existing issues.
### Branch Name
main
### Commit ID
143dacad30b9fb236caaf0456c57bc456bcdb2b4
### Other Envir…
-
Hello.
I placed .jar (with or without dependencies) into plugins folder, but when I'm trying to create connector (via post request) - it gives me an error:
```
{
"error_code": 500,
"m…
-
Performance was part of our reason for creating the Samsa library.
To help gain support for Samsa from the community we would like to create benchmarks against kafak-rust client and publish those in …
-
-
Basically the array of JSON objects fails to create the topics, but a simple array of strings to create topics works. See below.
Sample Code (Array of JSON objects)
const topicsToCreate = [{
…
-
Hi there!
First, thank you for your detailed and documented examples, that helped me a lot to understand the different topics (pun intended).
I want to both authenticate my client, and handle th…
ttben updated
3 years ago
-
(Help wanted) After several attempts to adopt the library, I failed on how to stop consuming gracefully.
A typical use case is consume the record and save it to downstream database, as the example…