Amir Hossein Sharifzadeh
05/31/2023, 4:55 PMEmbeddedRocksDBStateBackend
.
4) Is NOT doing anything with SQL Client.
I am following docker documentation here and will need to create a Dockerfile and a docker-compose.yml
Question 1:
From docker-compose.yml, in the command section, what arguments should I pass?
(I run the standalone application from the terminal:
java -Xms10g -Xmx28g -jar my-stream-processing-1.2.jar --config stream.config
Question 2:
Where to upload other jar dependencies?