Skip to main content

Home

Configure flush functionality for Database updates

The Flush all the DB updates functionality ensures that DB updates are flushed only after processing individual Kafka messages.

  1. Stop Unravel.

     <Unravel installation directory>/unravel/manager stop
  2. Configure flush DB updates functionality.

    <Unravel installation directory>/manager config properties set com.unraveldata.spark.delay.db.flush.enabled true
  3. Apply changes.

      <Unravel installation directory>/unravel/manager config apply
  4. Start Unravel.

     <Unravel installation directory>/unravel/manager start