ijuma commented on code in PR #13011:
URL: https://github.com/apache/kafka/pull/13011#discussion_r1051444671


##########
core/src/main/scala/kafka/utils/VerifiableProperties.scala:
##########
@@ -204,24 +203,6 @@ class VerifiableProperties(val props: Properties) extends 
Logging {
     }
   }
 
-  /**
-   * Parse compression codec from a property list in either. Codecs may be 
specified as integers, or as strings.
-   * See [[kafka.message.CompressionCodec]] for more details.
-   * @param name The property name
-   * @param default Default compression codec
-   * @return compression codec
-   */
-  def getCompressionCodec(name: String, default: CompressionCodec) = {

Review Comment:
   This was not used.



-- 
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: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to