confluent-kafka-javascript icon indicating copy to clipboard operation
confluent-kafka-javascript copied to clipboard

not able to set compression.level on producer

Open dhruv-nudge opened this issue 10 months ago • 1 comments

Environment Information

  • OS [e.g. Mac, Arch, Windows 10]: Mac
  • Node Version [e.g. 8.2.1]: v20.12.0
  • NPM Version [e.g. 5.4.2]: 10.5.0
  • C++ Toolchain [e.g. Visual Studio, llvm, g++]:
  • confluent-kafka-javascript version [e.g. 2.3.3]:1.2.0

we should be able to set compression.level in producer, but typescript gives error, when trying to set this parameter

Image

dhruv-nudge avatar Feb 17 '25 08:02 dhruv-nudge

Thanks for filing this. It is an issue with the type definitions we've created. I'll look into fixing it.

milindl avatar Feb 21 '25 04:02 milindl

Fixed in #321

milindl avatar Jul 08 '25 05:07 milindl