codenotary / immudb4j

Java SDK for immudb
Apache License 2.0
32 stars 9 forks source link

Grpc: error unmarshalling request #15

Closed blastin closed 3 years ago

blastin commented 3 years ago

Java version : 15 Operation System : 20.04.1-Ubuntu Kernel Linux : 5.8.0-36-generic

Maven Pom

image

Code

image

Error

image

jeroiraz commented 3 years ago

Which immudb version are you running?

Thanks for creating the issue!

blastin commented 3 years ago

Which immudb version are you running?

jeroiraz commented 3 years ago

immudb4j was not yet upgraded to support v0.9.0.

You could use v0.8.0: https://github.com/codenotary/immudb/releases/tag/v0.8.0

blastin commented 3 years ago

It worked. Thanks for the guidance