The lifecycle for Kafka mode is noop
| 93 | // The lifecycle for Kafka mode is noop |
| 94 | |
| 95 | type kafkaCompleteBlockLifecycle struct{} |
| 96 | |
| 97 | func (kafkaCompleteBlockLifecycle) start(context.Context) {} |
| 98 |
nothing calls this directly
no outgoing calls
no test coverage detected