Skip to content

Commit

Permalink
feat : adds state dir to stop depending on rocksdb
Browse files Browse the repository at this point in the history
This is a workaround as in linux we are unable to start the rocksdb
  • Loading branch information
rajadilipkolli authored Dec 12, 2024
1 parent 1196f59 commit 8b60672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion order-service/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ spring:
json:
trusted:
packages: 'com.example.common.dtos'
state-dir: /tmp/kafka-streams/
threads:
virtual:
enabled: true
# state-dir: /tmp/kafka-streams/

### the background-job-server and dashboard are disabled by default
org:
Expand Down

0 comments on commit 8b60672

Please sign in to comment.