yuxiqian commented on PR #4541:
URL: https://github.com/apache/flink-cdc/pull/4541#issuecomment-5691106874
Thanks for the rapid response, LGTM overall.
Shall we call `initialize` and log in base SchemaRegistry and remove
overriding `start` in coordinators?
```java
// SchemaRegistry.java:
@Override
public void start() throws Exception {
LOG.info("Starting SchemaRegistry - {}.", operatorName);
initializeBaseRuntimeState();
initialize();
LOG.info("Started SchemaRegistry for {}. Parallelism: {}", operatorName,
currentParallelism);
}
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]