Uploaded image for project: 'Kogito'
  1. Kogito
  2. KOGITO-9029

Use Rocksdb addon in Quarkus

XMLWordPrintable

    • Icon: Feature Request Feature Request
    • Resolution: Done
    • Icon: Major Major
    • 1.38.0.Final
    • None
    • Core Engine
    • None
    • False
    • None
    • False
    • Hide
      Added quarkus rocksdb extension.
      Just add dependency to enable it
       <dependency>
            <groupId>org.kie.kogito</groupId>
            <artifactId>kogito-addons-quarkus-persistence-rocksdb</artifactId>
          </dependency>

      There are two additional properties
      kogito.persistence.rocksdb.clean (if the db dir should be removed when application is shutdown, default false)
      kogito.persistence.rocksdb.data.dir (data directory, default to rocksdbtemp)

      Show
      Added quarkus rocksdb extension. Just add dependency to enable it  <dependency>       <groupId>org.kie.kogito</groupId>       <artifactId>kogito-addons-quarkus-persistence-rocksdb</artifactId>     </dependency> There are two additional properties kogito.persistence.rocksdb.clean (if the db dir should be removed when application is shutdown, default false) kogito.persistence.rocksdb.data.dir (data directory, default to rocksdbtemp)
    • ---
    • ---
    • 2023 Week 15-17 (from Apr 10)

      Following up KOGITO-8566, this JIRA should test the Rocksdb Addon in quarkus.
      This implies creating the Bean for the ProcessInstanceFactory plus integration test

            ftirados Francisco Javier Tirado Sarti
            ftirados Francisco Javier Tirado Sarti
            Marian Macik Marian Macik
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: