Mohammad Yousuf Minhaj Zia

Results 19 comments of Mohammad Yousuf Minhaj Zia

Hey. Was wondering graalvm can also help in the ssr runtime debate. Seeing some articles with people evaluating the js code using graalvms polyglot features with relatively good performance to...

This is the link to the page: https://docs.confluent.io/platform/current/streams/developer-guide/dsl-api.html. It contains examples in `java` and provides a sql interface to process data with great guarantees.

After 1.18, maybe this can finally be discussed

Hi, thanks for checking out the project. I have sent you a friend request on discord. Would love to have a chat!

Hi, I would like to know more about performance difference between vulcan and avro4s. I currently use avro4s in a kafka streams application for reflection based schema generation. Is performance...

``` Plug 'prettier/vim-prettier', { \ 'do': 'yarn install', \ 'for': ['javascript', 'typescript', 'typescriptreact', 'javascriptreact'] } ``` I think you also need to include typescriptreact and javascriptreact in your plug begin....

Hi, I have written an PR for this feature and tested the package locally. This is the PR: https://github.com/confluentinc/kafka-connect-elasticsearch/pull/628

Actually on second thought, I dont think the current join semantics are based on key but rather index in the stream right? #188

I think shapeless 3 is out: https://github.com/dotty-staging/shapeless/tree/shapeless-3. However, dependency on `scala-reflect` will be a concern. Is this issue on the roadmap?