File tree Expand file tree Collapse file tree 2 files changed +54
-0
lines changed Expand file tree Collapse file tree 2 files changed +54
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ name : 中文模版
3+ about : 使用中文提交 issue
4+ ---
5+
6+ * 你遇到了什么问题?
7+
8+
9+
10+ * Kafka 环境是自建还是云服务?
11+
12+
13+
14+ * 请执行下面的命令获取环境信息。
15+ > ` php -v & php --ri swoole & composer info | grep longlang/phpkafka `
16+
17+ ```
18+ # 粘贴到这里
19+
20+ ```
21+
22+ * 提供最小可复现代码:
23+
24+ ``` php
25+ // 你的代码
26+
27+ ```
Original file line number Diff line number Diff line change 1+ ---
2+ name : English Template
3+ about : Submit issue in English
4+ ---
5+
6+ * What problem did you encounter?
7+
8+
9+
10+ * Is the Kafka environment self-built or cloud service?
11+
12+
13+
14+ * Please execute the following command to get environment information.
15+ > ` php -v & php --ri swoole & composer info | grep longlang/phpkafka `
16+
17+ ```
18+ # Paste here
19+
20+ ```
21+
22+ * Provide the smallest reproducible code:
23+
24+ ``` php
25+ // Your code
26+
27+ ```
You can’t perform that action at this time.
0 commit comments