André Mazayev

Results 80 comments of André Mazayev

@luisscruza did you manage to fix this issue? If so, how?

@copilot you can get the existing topic list by using admin client ```js const topics = await this.admin.listTopics(); ``` That returns an array of strings. This info can then be...

> @copilot E2E error: > > ``` > [2025-10-17T13:10:40.133Z] ERROR supervisor/TRANSPORTER: Kafka Producer error Received response with error while executing API CreateTopics(v7) > [2025-10-17T13:10:40.133Z] WARN supervisor/TRANSIT: Connection is failed. Received...

@copilot update @platformatic/kafka to 1.18.0 that contains fix for the https://github.com/platformatic/kafka/issues/109 that I've mentioned here: https://github.com/moleculerjs/moleculer/pull/1336#issuecomment-3421210236 After that trigger the CI again current version in the PR - "@platformatic/kafka": "^1.17.0",...

I'm facing the same issue. Here's my Dockerfile ```dockerfile FROM node:22 AS build WORKDIR /app RUN corepack enable && corepack prepare pnpm@latest --activate COPY . . RUN pnpm install -F...

@akhil-keus what are the features that you want to add? It is something super specific to NATS Jetstream?

@AlexBlokh thank you for quick update

Ok. I noticed that it most recent versions of `@novu/api` the response already includes the `data` so the only thing that's needed is to extend current endpoint to accept partial...