oleksiyk / kafka

Apache Kafka 0.9 client for Node
MIT License
297 stars 85 forks source link

stop using deprecated Buffer constructor in favor of Buffer.alloc/Buffer.from #230

Open alexeevg opened 5 years ago

alexeevg commented 5 years ago

The rationale for this PR: https://nodejs.org/en/docs/guides/buffer-constructor-deprecation/ Among other things, fixes warnings on Node 10.x