Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
3.22.0
-
None
-
Unknown
Description
This is bug from camel side introduce in 3.21.0.
in 3.18.5 camel-kafka passing config values as String.
But after 3.21.0 values pass as is
And in KafkaConfig type of maxPollIntervalMs was Long
which was wrong against apache-kafka-clients
Its got fixed in 4.0.0, camel updated type of maxPollIntervalMs to Integer.
We are using 3.22.0 So we require fix in this version also.
Attachments
Issue Links
- relates to
-
CAMEL-19570 Kafka max.poll.interval.ms declared in Long and not Integer
- Resolved
- links to