2020-05-07 17:56:15 UTC - Andrei Canta: @Andrei Canta has joined the channel ---- 2020-05-07 20:49:10 UTC - David Kjerrumgaard: Encountering this error now when I upgraded to Pulsar 2.5.1. Does the build now include an invalid version of the `com.google.common.base.Preconditions` class? ---- 2020-05-07 22:38:34 UTC - Greg Methvin: My guess is something is pulling in a newer version of guava now, which isn’t compatible with the version that `stream-storage-java-client-4.10.0` is using. ---- 2020-05-07 22:50:19 UTC - David Kjerrumgaard: @Greg Methvin Thanks, there is a conflict in the pulsar-client jar that pulls in an older, pre 0.22 version of guava that was the issue. I updated the pom.xml to exclude that jar and it resolved the issue. :smiley: ---- 2020-05-08 08:42:40 UTC - Jeroen Coenders: @Jeroen Coenders has joined the channel ----