-
### How to extract proper mircoservice?
#### 1. Identify Business Capability
##### Start by identifying key business capabilities. These are distinct functions that the business performs to deliver …
-
I am able to run the following within my Codebuild instance within Amazon VPC using Kafka CLI to change Zookeeper ACL and topic.
Create ACL
```
./kafka-acls.sh --authorizer-properties zookeeper.c…
-
package main
import (
"encoding/json"
"fmt"
kingpin "gopkg.in/alecthomas/kingpin.v2"
"github.com/Shopify/sarama"
)
type Order struct {
OrderId string `json:"order_id"`
…
-
#1691 was closed prematurely. The solution is not to use stateful sets, because this deployment has no state it needs to take care of, using stateful sets introduce other problems. Also, the original …
-
### Environment
* Node version: v8.11.1
* Kafka-node version: 4.0.1
* Kafka version: 2.11-0.10.1.0
### For specific cases also provide
* Number of Brokers: 1
* Number partitions for topic: 1…
-
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used [patch-package](https://github.com/ds300/patch-package) to patch `@rob3000/nestjs-kafka@1.3.0` for the project I'm work…
-
> 大部分内容同 https://github.com/moooofly/MarkSomethingDownLLS/issues/65#issuecomment-470421906 ,这里将步骤进行简化处理
------
## 前置条件
- 确保 NTP 时间准确性
- 增加最大可用文件句柄数量
- 优化网路相关的内核参数
Please follow the [Prei…
-
### Is your feature request related to a problem? Please describe.
It seems like there is no way to pass environment variables for kafka_configs hash in rdkafka_group input.
for example:
```
…
-
The process of creating property files in confluent images is bit opaque. Looks like there are some custom binaries involved (dub and cub) to interpolate the property file templates with environment v…
ghost updated
7 years ago
-
### What happened?
With the latest version, the first deploy of a topic succeeds but subsequent deploys fail with the error, even if the resource has not changed (I use the `--refresh` flag with pulu…