-
Description
===========
I'm trying statically compile using `golang:1.15-alpine` image
```
WORKDIR /src
COPY . .
RUN apk update && apk add --no-cache librdkafka librdkafka-dev build-base git ca-…
-
I saw that some oauthbearer/OIDC related constants are defined in file
https://github.com/morganstanley/modern-cpp-kafka/blob/122678e881de94721458fd948f38e65366b68689/include/kafka/ClientConfig.h#L1…
-
Description
===========
Analyzing the bundled kafka client tools, the admin protocol expects resource name set to `` when dynamically changing cluster-wide properties. However, trying to change a cl…
-
The current signature for `send` is:
`const send: (record: Producer.Producer.ProducerRecord) => Effect.Effect`
I just ran into this error which caused the program to die:
```typescript
[12:1…
-
We can use [librdkafka](https://github.com/edenhill/librdkafka) to publish and subscribe to messages in nchan.
-
Should send merge based on:
- https://github.com/fuse-kafka/zookeeper.git
- https://github.com/fuse-kafka/zlib.git
- https://github.com/yazgoo/librdkafka
-
Description
===========
When using the Confluent.Kafka nuget package in a netcoreapp3.0 project on a windows machine, the application throws the error `Failed to load the librdkafka native library` …
-
Description
===========
When a partition is absent from metadata it is delegated to the internal broker `:0/internal`.
If the partition comes back later, with the same leader as before, it's no lon…
bjosv updated
1 month ago
-
当前ilogtail使用了较低版本的github.com/Shopify/sarama(v1.28.0)的库,在消费侧存在一些缺陷
- 暂不支持static-member
- 存在[客户端消费问题](https://help.aliyun.com/document_detail/266782.html)的问题
因此想引入官方维护的cgo库confluent-kafka-go,解决上述问题…
-
Read the FAQ first: https://github.com/edenhill/librdkafka/wiki/FAQ
Do NOT create issues for questions, use the discussion forum: https://github.com/edenhill/librdkafka/discussions
Descripti…