Tushar
Tushar
Hey @abrichr is this issue still available? If it is then would like to give it a try according to updated requirements in https://github.com/OpenAdaptAI/OpenAdapt/issues/760#issuecomment-2347337901. Should i directly go with a...
Hey @derberg I believe that this might be related to `generator` instead of `cli` or I believe to `modelina` as the models generation come from there only. WDYT CC :-...
Hey @Ervishalpathak7 there is already a `--use-new-generator` flag that needs to be added with only this specific template as also mentioned here https://github.com/asyncapi/html-template?tab=readme-ov-file#usage and rest templates don't need it as...
yes @Ervishalpathak7 that's what i also said and the reason not to make the new generator the default.
> [@neoandmatrix](https://github.com/neoandmatrix) yes for now true , we first need to fix the markdown template to support the latest version so that oth html-template and markdown template can be suitable...
I don't think an upgrade is required as due to reasons mentioned in above comments instead just some updates in docs regarding the use of different versions of generator and...
> @neoandmatrix is this stll valid ? Will be resolved via https://github.com/asyncapi/cli/issues/1741 and the reason for no need in upgrade of generator version is also mentioned in that issue only....
Hey @yurishkuro i was working on this one and trying out different approaches. The results that i got with different configurations are as :- 1. If we just run the...
> But the main question is - what's taking 5 seconds? starting a server with connection should be faster than that. As far as i have understood it's not actually...
@yurishkuro i did debugging and profiling and found that the `healthCheck` was causing problems and the 5 second timeout even before connecting to the server. upon disabling it in the...