PakhomovAlexander commented on code in PR #4955: URL: https://github.com/apache/ignite-3/pull/4955#discussion_r1896784389
########## modules/eventlog/src/main/java/org/apache/ignite/internal/eventlog/impl/SinkFactoryFactoryImpl.java: ########## @@ -17,19 +17,28 @@ package org.apache.ignite.internal.eventlog.impl; +import java.util.UUID; +import java.util.function.Supplier; import org.apache.ignite.internal.eventlog.api.Sink; import org.apache.ignite.internal.eventlog.config.schema.LogSinkView; import org.apache.ignite.internal.eventlog.config.schema.SinkView; +import org.apache.ignite.internal.eventlog.config.schema.WebhookSinkView; import org.apache.ignite.internal.eventlog.ser.EventSerializer; /** * Factory for creating sink instances. */ -class LogSinkFactory implements SinkFactory { +class SinkFactoryFactoryImpl implements SinkFactory { Review Comment: ```suggestion class SinkFactoryImpl implements SinkFactory { ``` -- 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: notifications-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org