Robert Light

Results 4 comments of Robert Light

Did anyone come up with a solution - I would love to use node-rdkafka with node-18 !!

Did you ever find a solution to your "ssl error" ?? I am trying to figure out what version of node and what version of rdkafka I should be using...

I am currently using this HACK within my handleVolumeChange event handler... `setState( {...state,volume: document.getElementsByTagName('audio')[0].volume});` There must be a more elegant 'react-like' method without resorting to document.getElementsByTagName()