RocksDb Kafka Table over Docker #263
-
Hello everyone, I'm facing a problem when try running a Global Kafka Table over a docker container.
The code is very simple and works great on a console app using MemoryDB and RocksDB, but when I try run the equivalent on docker container using RocksDB I got an error:
Is there any additional setup or is it a real limitation?
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You have to install some dependencies at the container level. Best regra |
Beta Was this translation helpful? Give feedback.
Hi @thiagorenangomes,
You have to install some dependencies at the container level.
Please have a look here.
Best regra