Mohammed M R Zourob

Results 3 issues of Mohammed M R Zourob

we need asetpts filter to add to ffmpeg.js

control-center | [kafka-admin-client-thread | adminclient-1] WARN org.apache.kafka.clients.NetworkClient - [AdminClient clientId=adminclient-1] Connection to node -1 (broker/172.18.0.3:29092) could not be established. Broker may not be available. control-center | [kafka-admin-client-thread | adminclient-1] WARN...

this is my docker-compose.yml file ```yml version: '3.8' services: node: image: node:14.15.1-alpine3.10 build: context: . dockerfile: Dockerfile container_name: Notification_MicroService working_dir: "/home/node/app" environment: - NODE_ENV=development - PORT=5000 volumes: - ./:/home/node/app -...