Can't find RocksDB #307
Replies: 1 comment
-
Hi @okomen-foreflight , Your issue is still happening or not ? because the discussion is closed ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey there,
I am trying to use RocksDB as a statestore. Unfortuantely I can't get it working.
Details:
.NET version: .NET 8
Operating system: MacOS and Docker containers running mcr.microsoft.com/dotnet/aspnet:8.0 (ubuntu based)
When I just install Streamiz.Kafka.Net version 1.5.1 and use RocksDB I get a can't find rocksdb dylib exception like so:
And indeed I don't have any binaries any of the places it's searching.
I then try to install the nuget package RocksDb which should include the native binaries for all platforms https://www.nuget.org/packages/rocksdb/
Now I have a binary at :
/Users/okomen/OfflineDocuments/traffic-copy/src/FleetPresentationService/bin/Debug/net8.0/runtimes/osx-arm64/native/librocksdb.dylib
But when I run
❯ file librocksdb.dylib
librocksdb.dylib: ASCII text, with no line terminators
I see that it is in fact not a binary but an ASCII text file...
So I still get the same error, just this time I get (not a mach-o file)
Beta Was this translation helpful? Give feedback.
All reactions