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

Use Rocksdb addon in Quarkus

    XMLWordPrintable

Details

    • Feature Request
    • Resolution: Done
    • Major
    • 1.38.0.Final
    • None
    • Core Engine
    • None
    • False
    • None
    • False
    • 0
    • 0% 0%
    • 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)

    Description

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

      Attachments

        Issue Links

          Activity

            People

              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

              Dates

                Created:
                Updated:
                Resolved: