Uses of Package
io.github.jchejarla.springbatch.clustering.autoconfigure
Packages that use io.github.jchejarla.springbatch.clustering.autoconfigure
Package
Description
Spring Boot auto-configuration and the configuration-property surface for clustering.
-
Classes in io.github.jchejarla.springbatch.clustering.autoconfigure used by io.github.jchejarla.springbatch.clustering.autoconfigureClassDescriptionOptionally creates the cluster coordination tables (
BATCH_NODES,BATCH_JOB_COORDINATION,BATCH_PARTITIONS,BATCH_JOB_PHASE_EVENTS) on startup, mirroring Spring Batch's own schema initialization.Configuration for database-coordinated Spring Batch clustering, bound from thespring.batch.cluster.*namespace.Fails fast at startup when clustering is enabled but the activeJobRepositoryis the in-memoryResourcelessJobRepository— the Spring Batch 6 default.