-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 10.10-HF22
-
Fix Version/s: 10.10-HF27, 11.1, 2021.0
-
Component/s: Streams
-
Tags:
-
Team:PLATFORM
-
Sprint:nxplatform 11.1.30, nxplatform 11.1.31
-
Story Points:2
Since NXP-28524 the producer properties contain a delivery.timeout.ms property.
The producer properties are also used as admin properties and the delivery property is not part of the valid admin property, resulting in ~5 WARNS on start:
2020-02-20T09:09:20,466 WARN [main] [org.apache.kafka.clients.admin.AdminClientConfig] The configuration 'delivery.timeout.ms' was supplied but isn't a known config.
This property should be removed when building the admin properties or we should provide a dedicated section to contribute admin properties that could be different than producer/consumer ones.
- is related to
-
NXP-28524 Improve ComputationRunner resiliency when Kafka is not reachable
- Resolved
- Is referenced in