Feat: implement kafka #31
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request includes multiple changes across various files to improve the infrastructure and deployment configurations for the products and monitoring services. The most important changes include renaming and updating Docker and Kubernetes configuration files, adding new Kubernetes deployments, and modifying Docker Compose files.
Docker and Docker Compose Changes:
images/products.dockerfile: Renamed fromDockerfileand updated to remove unnecessary commands and environment variables. [1] [2]infra/monitoring/compose/docker-compose.yml: Renamed fromdocker-compose.ymland updated volume paths for Grafana, Prometheus, and other services. [1] [2] [3] [4] [5] [6]infra/products/composes/docker-compose.yml: Added new services for Zookeeper and Kafka with appropriate configurations.Kubernetes Configuration Changes:
infra/monitoring/kubernetes/monitoring.yaml: Added new deployments and services for Adminer, Loki, Grafana, Jaeger, Prometheus, and OpenTelemetry Collector.infra/products/kubernetes/app.yaml: Added a new deployment and service for the products application, including environment variables and volume mounts.infra/products/kubernetes/config.development.json: Added a new configuration file for the products application with detailed settings for telemetry, logger, echo, SQL, GraphQL, and WebSocket services.infra/products/kubernetes/config.yaml: Added a new ConfigMap for the products service configuration.infra/products/kubernetes/run.sh: Added a new script to create and apply Kubernetes configurations for the products application.