Skip to content

Commit 4feaca2

Browse files
committed
Docs discussing difference between SCT and spring.task propeties
User reported via this issue that the similar naming struction of these features was confusing. Added docs to address this. resolves #891
1 parent 4ea9b9f commit 4feaca2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/src/main/asciidoc/features.adoc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -441,3 +441,11 @@ An example maven set of dependencies to enable task observability and metrics us
441441
<scope>runtime</scope>
442442
</dependency>
443443

444+
[[spring-task-and-spring-cloud-task]]
445+
=== Spring Task and Spring Cloud Task Properties
446+
447+
The term `task` is frequently used word in the industry. In one such example Spring Boot offers the `spring.task` while Spring Cloud Task offers the `spring.cloud.task` properties.
448+
This has caused some confusion in the past that these two groups of properties are directly related. However, they represent 2 different set of features offered in the Spring ecosystem.
449+
450+
* `spring.task` refers to the properties that configure the `ThreadPoolTaskScheduler`.
451+
* `spring.cloud.task` refers to the properties that configure features of Spring Cloud Task.

0 commit comments

Comments
 (0)