-
Bug
-
Resolution: Done
-
Critical
-
7.13.0.GA
-
False
-
None
-
False
-
Release Notes
-
-
-
-
-
-
CR1
-
?
-
https://github.com/kiegroup/droolsjbpm-build-bootstrap/pull/2013, https://github.com/kiegroup/droolsjbpm-integration/pull/2844, https://github.com/kiegroup/droolsjbpm-build-bootstrap/pull/2045, https://github.com/kiegroup/droolsjbpm-integration/pull/2851, https://github.com/kiegroup/droolsjbpm-build-bootstrap/pull/2046, https://github.com/kiegroup/droolsjbpm-integration/pull/2852
-
---
-
---
-
2022 Week 32-34 (from Aug 8)
Kafka dependencies for community are not aligned with the ones supported by RHOAR for RHPAM 7.13
Right now current version of Kafka community version is 2.8.0 and it should be aligned with the version used by AMQ Streams 2.1.0 which is 3.1.0 for the community.
There are 3 different places where we are using this dependency (kafka-clients):
- jbpm-work-items. This is a provided dependency, so not a major issue here since this dep will be provided by users [1]. For instance, through SB embedded engines.
- kie-server. Here the only possible workaround would be to replace the dep in the WEB-INF/lib folder for this binary, or just keep using the same kafka client version and connect to a AMQ Stream 2.1 instance.
- jbpm-event-emitters. Same as 1 [3]
[1] https://github.com/kiegroup/jbpm-work-items/blob/7.67.x/kafka-workitem/pom.xml#L13-L17
- is cloned by
-
JBPM-10101 kafka-clients misalignment with any supported AMQ Streams version
- Resolved