aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorRashmi Pujar <rashmi.pujar1@bell.ca>2022-07-27 11:44:04 -0400
committerRashmi Pujar <rashmi.pujar1@bell.ca>2022-07-28 15:23:00 -0400
commitc6c3fed415006c2ea5c5af21fe9a53936fc8800b (patch)
tree007d7ce96b550e2c35ef7ffe2f945c70273f2a07 /pom.xml
parentc6e16002ed2185b5ed975673df1c40f512b74541 (diff)
Bump the version of kafka-clients dependency to 3.0.0
The issue was observed when APEX fails to consume events from a Kafka topic when message compression is used specifically snappy. APEX KafkaConsumer uses snappy-java library (transitive dependency from kafka-clients) to consume events with snappy compression. The snappy-java jar packages the native library (built against glibc) which can be overwritten to use alpine compatible native library (built using musl). This means we will need to install the java-snappy-package in apex-pdp which is also added to the commit as an option. Alternatively, in later version of snappy-java dependency (1.1.8) there is an option to use Java implementation instead of native library as per: https://github.com/xerial/snappy-java#using-pure-java-snappy-implementation. This is a cleaner solution to fix the issue. Issue-ID: POLICY-4310 Signed-off-by: Rashmi Pujar <rashmi.pujar1@bell.ca> Change-Id: Ic92b1d429ca3ca0cd1cd7070cd8d102df58b1420
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 3401e6cb1..4f25ee9e8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
Copyright (C) 2018 Ericsson. All rights reserved.
Modifications Copyright (C) 2019-2020 Nordix Foundation.
Modifications Copyright (C) 2019-2020 AT&T Intellectual Property. All rights reserved.
- Modifications Copyright (C) 2020-2021 Bell Canada.
+ Modifications Copyright (C) 2020-2022 Bell Canada.
================================================================================
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -43,7 +43,7 @@
<encoding>UTF-8</encoding>
<file.encoding>UTF-8</file.encoding>
<version.commons-cli>1.4</version.commons-cli>
- <version.kafka>2.3.0</version.kafka>
+ <version.kafka>3.0.0</version.kafka>
<version.hibernate>5.3.7.Final</version.hibernate>
<version.policy.common>1.8.3-SNAPSHOT</version.policy.common>
<version.policy.models>2.4.6-SNAPSHOT</version.policy.models>
@@ -129,7 +129,7 @@
<profiles>
<profile>
- <!--This profile is used to store Eclipse m2e settings only. It has no
+ <!--This profile is used to store Eclipse m2e settings only. It has no
influence on the Maven build itself. -->
<id>only-eclipse</id>
<activation>