Jörg Walter
Jörg Walter
Doesn't seem to be fixed in v0.1.1. I get ``` c:\XXX\node_modules\bufferedstream\index.js:317 throw new Error('BufferedStream is already ended'); ^ Error: BufferedStream is already ended at BufferedStream. (c:\XXX\node_modules\bufferedstream\index.js:317:13) at c:\XXX\node_modules\duplicator\index.js:98:16 at Socket....
I get the same error message when I am trying to create a topic via the admin connection (tried with Azure and Aiven) which is nonsensical since the nonexistence of...
I have connected a kafkajs (1.15.0) Service to an Aiven-Cluster. When the consumer is subscribed to topics A and empty topic B, and when I delete topic B via the...
It seems that I have the same problem with v2.2.0. I have multiple consumers and lately a client per consumer. I am doing multiple concurrent disconnect()'s. Am am getting errors...
I get the error message when I try to run ``` const [createError, createResult] = await to( admin.createTopics({ validateOnly: true, waitForLeaders: true, timeout: 5000, topics: [ { topic: '123', }...
I am currently developing a websocket communcation system by using AsyncAPI specs. This seems to be the right discussion regarding some issues I see. **Remotes.** `Remotes: A remote is a...
Can this be configured to make the requests asynchronously so that httpyac doesn't wait for the responses?
Sorry, forget about this, but now: I am looking at this: https://swagger.io/docs/specification/openapi-extensions/ Let's say I want to specify some value for a tag or a certain path and I want...
When I am putting some random vendor extension `x-test` on the same level as `x-eov-operation-handler` I can see it in `request.openapi.schema`: ``` /service/status: get: operationId: getServiceStatus x-eov-operation-handler: route_handlers/service/status x-test: test1...