Vedarth Sharma (@VedarthConfluent)
In KSQL 8.2.1, the following dependency was introduced:
<netty-tcnative-fips-version>0.123.0</netty-tcnative-fips-version>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-tcnative-fips-boringssl-static</artifactId>
<version>${netty-tcnative-fips-version}</version>
</dependency>
However, the artifact io.netty:netty-tcnative-fips-boringssl-static is not available in the Maven repositories, causing the build to fail.
Could you please confirm whether this dependency is correct, or if it has been renamed, relocated, or replaced with a different artifact?
Also, if this dependency is unavailable, would it be safe to remove it? Could you clarify whether it is required at runtime or whether KSQL can function correctly without it?
Vedarth Sharma (@VedarthConfluent)
In KSQL 8.2.1, the following dependency was introduced:
However, the artifact io.netty:netty-tcnative-fips-boringssl-static is not available in the Maven repositories, causing the build to fail.
Could you please confirm whether this dependency is correct, or if it has been renamed, relocated, or replaced with a different artifact?
Also, if this dependency is unavailable, would it be safe to remove it? Could you clarify whether it is required at runtime or whether KSQL can function correctly without it?