We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daa3126 commit e3c80f2Copy full SHA for e3c80f2
operator-framework-core/src/main/java/io/javaoperatorsdk/operator/processing/event/EventProcessor.java
@@ -401,7 +401,7 @@ public synchronized void stop() {
401
402
@Override
403
public synchronized void start() throws OperatorException {
404
- log.debug("Stating event processor: {}", this);
+ log.debug("Starting event processor: {}", this);
405
// on restart new executor service is created and needs to be set here
406
executor = controllerConfiguration.getConfigurationService().getExecutorServiceManager()
407
.reconcileExecutorService();
0 commit comments