-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Enhance Kafka setup and improve service dependencies
- Replace manual Kafka setup with services-flake's apache-kafka service - Add Zookeeper service as a dependency for Kafka - Introduce kafkaPreStartup script to create the chat_topic - Update PostgreSQL service name from "pg1" to "pg" for consistency - Refine service dependencies: - Kafka now depends on Zookeeper - Topos depends on both PostgreSQL and Kafka - Remove redundant kafkaSetupHook - Adjust Kafka settings for simplified configuration - Include JVM options for Kafka to set heap size These changes streamline the service setup process and ensure proper initialization order, improving the overall reliability and maintainability of the development environment.
- Loading branch information
1 parent
02fdaac
commit 63d14e5
Showing
1 changed file
with
46 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters