Skip to content

Commit

Permalink
Fix deprecation notice version on Consumer.fromJavaConsumer (#1379)
Browse files Browse the repository at this point in the history
  • Loading branch information
svroonland authored Nov 12, 2024
1 parent 90f2973 commit cdbf513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zio-kafka/src/main/scala/zio/kafka/consumer/Consumer.scala
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ object Consumer {
*
* You are responsible for creating and closing the KafkaConsumer. Make sure auto.commit is disabled.
*/
@deprecated("Use fromJavaConsumerWithPermit", since = "2.8.4")
@deprecated("Use fromJavaConsumerWithPermit", since = "2.9.0")
def fromJavaConsumer(
javaConsumer: JConsumer[Array[Byte], Array[Byte]],
settings: ConsumerSettings,
Expand Down

0 comments on commit cdbf513

Please sign in to comment.