You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by GitBox <gi...@apache.org> on 2022/12/17 19:12:42 UTC

[GitHub] [kafka] ijuma commented on a diff in pull request #13011: KAFKA-14521: Replace BrokerCompressionCodec with BrokerCompressionType

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-unsubscribe@kafka.apache.org

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