Skip to main content

Customizing default operations

For example, the LOAD operation can be overridden to enforce a custom topic processing order. For an example of this, see Custom Topic Ordering.

Adding operations

Configuration

Alternatively, annotate the CustomOperation class with @Component and let Spring manage the bean creation.

Custom operation