Our application currently uses Togglz. I'm migrating from a FileBasedStateRepository
to a JDBCStateRepository
. I'm using the builder to create the JDBCStateRepository
.
I'm confused as to what the noCommit
option does? Can someone explain what it does. Should I use it or not?
Thanks!