Disable persisting batch metadata #4639
Unanswered
nikola-golijanin
asked this question in
Q&A
Replies: 1 comment
-
Starting from v5, the map-based job repository was removed. If you don't care about meta-data, you can use the jdbc-based job repository with an in-memory database like h2 or hsqldb. Have you tried that? This is the recommended replacement for the removed map-based repository. |
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
-
Is there a simple way to disable job metadata persistence, in case we just need to read -> process -> write.
Beta Was this translation helpful? Give feedback.
All reactions