Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
None
-
None
-
None
Description
I have noticed a mismatch with the class name passed to the LoggerFactory.getLogger method. This would make it hard to track the source of log messages.
public class TimeOrderedWindowStoreBuilder<K, V> extends AbstractStoreBuilder<K, V, WindowStore<K, V>> {
private final Logger log = LoggerFactory.getLogger(WindowStoreBuilder.class);
private final WindowBytesStoreSupplier storeSupplier;
public TimeOrderedWindowStoreBuilder(final WindowBytesStoreSupplier storeSupplier,
final Serde<K> keySerde,
Attachments
Attachments
Issue Links
- is fixed by
-
KAFKA-13216 Streams left/outer joins cause new internal changelog topic to grow unbounded
- Resolved