We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dca9a19 commit 62e0535Copy full SHA for 62e0535
src/pricing-service/__init__.py
@@ -1,10 +1,17 @@
1
"""
2
-Pricing Service Package
+Dispatch Service Package
3
4
-Contains:
5
-- pricing_engine.py
6
-- producer.py
7
-- consumer.py
8
-- api_router.py
9
-- main.py
+Includes:
+- matching_engine.py → Core driver–rider matching logic
+- consumer.py → TripRequestEvent consumer
+- producer.py → Trip request generator for testing
+- api_router.py → FastAPI router for monitoring and debugging
+- main.py → Full microservice runtime entrypoint
10
+
11
+This service listens for:
12
+- trip_requests
13
+- match_results
14
15
+And produces:
16
+- MatchResultEvent (driver → rider assignment)
17
0 commit comments