[ 
https://issues.apache.org/jira/browse/KAFKA-18296?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chia-Ping Tsai resolved KAFKA-18296.
------------------------------------
    Fix Version/s: 4.0.0
       Resolution: Fixed

trunk: 
[https://github.com/apache/kafka/commit/e9d4aa4cfeeecb56eac9b9543d5d403b691f1768]

 

4.0: 
https://github.com/apache/kafka/commit/cb193efc2f8203a5505e1b429e9afb729fba388f

> Remove deprecated KafkaBasedLog constructor
> -------------------------------------------
>
>                 Key: KAFKA-18296
>                 URL: https://issues.apache.org/jira/browse/KAFKA-18296
>             Project: Kafka
>          Issue Type: Improvement
>            Reporter: Kuan Po Tseng
>            Assignee: Kuan Po Tseng
>            Priority: Major
>             Fix For: 4.0.0
>
>
> {code:java}
>     @Deprecated
>     public KafkaBasedLog(String topic,
>                          Map<String, Object> producerConfigs,
>                          Map<String, Object> consumerConfigs,
>                          Callback<ConsumerRecord<K, V>> consumedCallback,
>                          Time time,
>                          Runnable initializer) {
>         this(topic, producerConfigs, consumerConfigs, () -> null, 
> consumedCallback, time, initializer != null ? admin -> initializer.run() : 
> null);
>     } {code}
> this constructor was deprecated in commit 
> [https://github.com/apache/kafka/commit/982ea2f6a471c217c7400a725c9504d9d8348d02]
>  (since 3.0.0)



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to