Matthias J. Sax created KAFKA-8944: -------------------------------------- Summary: Compiler Warning Key: KAFKA-8944 URL: https://issues.apache.org/jira/browse/KAFKA-8944 Project: Kafka Issue Type: Bug Components: streams Reporter: Matthias J. Sax
When building Kafka Streams, we get the following compiler warning that we should fix: {code:java} scala/src/main/scala/org/apache/kafka/streams/scala/kstream/KTable.scala:24: imported `Suppressed' is permanently hidden by definition of object Suppressed in package kstream import org.apache.kafka.streams.kstream.{Suppressed, ValueTransformerWithKeySupplier, KTable => KTableJ} {code} -- This message was sent by Atlassian Jira (v8.3.4#803005)