Sebastian Wessel
Sebastian Wessel
KubeMQ provides some interesting features and a small footprint. There, it makes sense to evaluate it as message broker for purista. https://kubemq.io
Service info messages should be handled by event bridge as it depends on the underlaying event bridge service if this message is needed. For example in server less lambda functions,...
Provide a option to register subscriptions as kind of an adapter for queues, other than the ones PURISTA is using, to provide the possibility to integrate it with other systems....
In openApi documentation you can add multiple auth methods. Provide a way to define which auth methods are the default ones and so on. ex. /public needs none /assets ->...
The package does not export types correctly. As an example, the config type `InfisicalClientOptions` is only available via the source `import { InfisicalClientOptions } from 'infisical-node/src/types/InfisicalClient'` Normally, there should also...
It makes no sense to return cached responses for request of creating, updating or removing secrets if they are not successfully. I would expect, that these methods are throwing or...
This middleware leverages TypeSchema, offering an abstraction layer that facilitates interaction with a variety of validation libraries through a unified interface. Consequently, there is no immediate requirement to develop a...
First: 👏 great job - cool product and lib's! The surrealdb.js package already provides typings for results like this: ```typescript query: ( query: string, vars?: Record, ) => Promise; ```...
Factor out the project init process. New home: - [puristajs/create-purista](https://github.com/puristajs/create-purista) - [puristajs/starter](https://github.com/puristajs/starter)