Dmitrii G

Results 116 comments of Dmitrii G

https://github.com/tulios/kafkajs/issues/701 probably related. Most likely the reason for slow connection is due to session timeout as if you disconnect from CG it may take some time for server to expire...

Can you try producing data to the kafka and see if connection will be recreated i believe if you try to send something to the producer it will recreate socket...

This is just a warning informing you about switch of the listener unfortunately there is no way to disable that at the moment.

At the moment unfortunately there is no way to modify this option from the client side... Will add this to enhancement

@jeonsy92 by default cws client does not set perMessageDeflate, you can confirm that by running below script in compassing to `ws`. There is no way at the moment to enable...

Actually how do you read from the socket till it hits would block ? I am not sure that `await!` allows it

We are currently waiting for this to be merged before we can proceed with our API release.

@Misaka-0x447f yes documentation for typescript has not been completed for front end library (it is not much different from js and you can always check index.d.ts file for typings)

Yes that that is a good idea, will try to do it soon :)