Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Commit e01b302

Browse files
committed
Improve README. Add PR template
1 parent 88ba49c commit e01b302

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.github/PULL_REQUEST_TEMPLATE.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Issue
2+
\<Link to the GitHub issue which this pull request addresses.\>
3+
4+
# Description
5+
\<Provide a description of the changes. Bullet points preferred.\>

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,11 @@ The timestamp when the message was produced to the retry topic, in UNIX epoch mi
6868
how long a message has been queued for retry.
6969

7070
### Configuration
71-
Application configuration is controlled via the following environment variables:
71+
Application configuration is controlled via environment variables. Consult the
72+
[application.yml](src/main/resources/application.yml) file for a complete list. Further documentation on Kafka properties
73+
can be found with the Spring Cloud Stream Kafka Binder project. Some important variables are listed below:
7274

75+
* `KAFKA_RETRY_BOOTSTRAP_SERVERS` - Address for the Kafka bootstrap servers. Default: localhost:9091.
7376
* `KAFKA_RETRY_STREAMS_APP_ID` - Kafka Streams application ID. Default: "kafka-retry".
7477
* `KAFKA_RETRY_INPUT_TOPIC` - Input topic for retry messages. Default "retry".
7578
* `KAFKA_RETRY_RETRIABLE_EXCEPTION` - Retriable exception name.

0 commit comments

Comments
 (0)