FlowX Engine
Partitioning and archiving configuration restructure
FlowX.AI v5.3.0 reorganizes the partitioning and archiving configuration structure. The
scheduler.dataPartitioning section has been removed, and archiving settings are now under partitioning.archiving.Variables to remove
If you are using environment variables to override FlowX Engine configuration, remove these variables:Variables to replace
New variables structure
The archiving configuration is now nested underpartitioning.archiving:
Configuration structure changes:
- Removed:
scheduler.dataPartitioningsection - Added:
partitioning.archivingsubsection with all archiving-related settings - Unchanged: Core partitioning settings (
enabled,interval) remain atpartitioninglevel - Moved: Archiving-specific settings (
retention-intervals,cronExpression,detached-partition-compression,moved-data-batch-size) are now underpartitioning.archiving
Configuration examples
- Environment Variables (Before)
- Environment Variables (After)
Impact assessment:This change only affects deployments that have:
- Enabled data partitioning (
FLOWX_DATA_PARTITIONING_ENABLED=true) - Configured archiving settings
New optional variables
The
KAFKA_TOPIC_CONNECTOR_PATTERN variable allows you to configure a custom Kafka topic pattern specifically for FlowX connectors without affecting other platform components.Complete migration guide
See the Deployment Guidelines for complete configuration examples, step-by-step migration instructions, and troubleshooting guidance.

