Omer Duchovne [od]

Results 10 comments of Omer Duchovne [od]

Any update? also, do you know if the db + orm should work on node currently without changes? i know this is a bit off topic but depending on the...

Just checked, it does work, but when using typescript you cant import and use only the orm without the server. i noticed more issues with the types. might open a...

Yep, I think we can start with the first suggestion and see how it goes. Ill update here when i find time to work on this. Thanks :)

Hey, I finally got to work on this a little, I have a working POC using `vscode-json-languageservice` in `KafkaFileDiagnostics`. Do you think its fine to parse the json section with...

Looks like a nice feature to me too. I have a case similar to @arthurlenoir. the problem is the api creds are injected from a service that is managing secrets....

Would love to see this feature too! Do you think its a good first pr? if it doesn't require lots of repo knowledge I might be able to open a...

@Safricloud Encountered this on azure too, when using a virtual network gateway. I ended up upgrading it, and it stopped dropping the connections

> one can be solved by the connectionTimeoutMillis option. You are correct, I had this issue both while creating a new connection, And when waiting for a response on a...

Not sure where my tests went wrong earlier. Ill check it out again. Thanks for the help!

@Safricloud If I am not mistaken, this will only fix the problem for idle connections, not for connections that are waiting for a response from the db.