diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 02:57:58 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 02:57:58 +0000 |
commit | be1c7e50e1e8809ea56f2c9d472eccd8ffd73a97 (patch) | |
tree | 9754ff1ca740f6346cf8483ec915d4054bc5da2d /fluent-bit/lib/librdkafka-2.1.0/.github | |
parent | Initial commit. (diff) | |
download | netdata-be1c7e50e1e8809ea56f2c9d472eccd8ffd73a97.tar.xz netdata-be1c7e50e1e8809ea56f2c9d472eccd8ffd73a97.zip |
Adding upstream version 1.44.3.upstream/1.44.3upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'fluent-bit/lib/librdkafka-2.1.0/.github')
-rw-r--r-- | fluent-bit/lib/librdkafka-2.1.0/.github/ISSUE_TEMPLATE | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/fluent-bit/lib/librdkafka-2.1.0/.github/ISSUE_TEMPLATE b/fluent-bit/lib/librdkafka-2.1.0/.github/ISSUE_TEMPLATE new file mode 100644 index 00000000..ed7b6165 --- /dev/null +++ b/fluent-bit/lib/librdkafka-2.1.0/.github/ISSUE_TEMPLATE @@ -0,0 +1,34 @@ +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 + + + +Description +=========== +<your issue description goes here> + + +How to reproduce +================ +<your steps how to reproduce goes here, or remove section if not relevant> + + +**IMPORTANT**: Always try to reproduce the issue on the latest released version (see https://github.com/edenhill/librdkafka/releases), if it can't be reproduced on the latest version the issue has been fixed. + + +Checklist +========= + +**IMPORTANT**: We will close issues where the checklist has not been completed. + +Please provide the following information: + + - [x] librdkafka version (release number or git tag): `<REPLACE with e.g., v0.10.5 or a git sha. NOT "latest" or "current">` + - [ ] Apache Kafka version: `<REPLACE with e.g., 0.10.2.3>` + - [ ] librdkafka client configuration: `<REPLACE with e.g., message.timeout.ms=123, auto.reset.offset=earliest, ..>` + - [ ] Operating system: `<REPLACE with e.g., Centos 5 (x64)>` + - [ ] Provide logs (with `debug=..` as necessary) from librdkafka + - [ ] Provide broker log excerpts + - [ ] Critical issue + |