Skip to content

Commit

Permalink
NiFi: updated conf to have state provider enabled.
Browse files Browse the repository at this point in the history
  • Loading branch information
vladd-bit committed Mar 11, 2024
1 parent d74e388 commit 3242394
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nifi/conf/state-management.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
<id>local-provider</id>
<class>org.apache.nifi.controller.state.providers.local.WriteAheadLocalStateProvider</class>
<property name="Directory">./state/local</property>
<property name="Always Sync">false</property>
<property name="Always Sync">true</property>
<property name="Partitions">16</property>
<property name="Checkpoint Interval">2 mins</property>
<property name="Checkpoint Interval">10 mins</property>
</local-provider>

<!--
Expand Down

0 comments on commit 3242394

Please sign in to comment.