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 94a0146 commit f363a31Copy full SHA for f363a31
operator-framework/src/main/java/com/github/containersolutions/operator/processing/EventScheduler.java
@@ -32,12 +32,6 @@
32
* <li>Threading approach thus thread pool size and/or implementation should be configurable</li>
33
* </ul>
34
* <p>
35
- * Notes:
36
- * <ul>
37
- * <li> In implementation we have to lock since the fabric8 client event handling is multi-threaded, we can receive multiple events
38
- * for same resource. Also we do callback from other threads.
39
- * </li>
40
- * </ul>
41
*/
42
43
public class EventScheduler implements Watcher<CustomResource> {
0 commit comments