nebu 0.1.85__py3-none-any.whl → 0.1.87__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- nebu/processors/consumer.py +6 -5
- {nebu-0.1.85.dist-info → nebu-0.1.87.dist-info}/METADATA +1 -1
- {nebu-0.1.85.dist-info → nebu-0.1.87.dist-info}/RECORD +6 -6
- {nebu-0.1.85.dist-info → nebu-0.1.87.dist-info}/WHEEL +0 -0
- {nebu-0.1.85.dist-info → nebu-0.1.87.dist-info}/licenses/LICENSE +0 -0
- {nebu-0.1.85.dist-info → nebu-0.1.87.dist-info}/top_level.txt +0 -0
nebu/processors/consumer.py
CHANGED
@@ -590,7 +590,7 @@ def process_message(message_id: str, message_data: Dict[str, str]) -> None:
|
|
590
590
|
f"Expected parsed payload to be a dictionary, but got {type(raw_payload)}"
|
591
591
|
)
|
592
592
|
|
593
|
-
print(f"Raw payload: {raw_payload}")
|
593
|
+
print(f">> Raw payload: {raw_payload}")
|
594
594
|
|
595
595
|
kind = raw_payload.get("kind", "")
|
596
596
|
msg_id = raw_payload.get("id", "")
|
@@ -612,7 +612,8 @@ def process_message(message_id: str, message_data: Dict[str, str]) -> None:
|
|
612
612
|
orgs = raw_payload.get("organizations")
|
613
613
|
handle = raw_payload.get("handle")
|
614
614
|
adapter = raw_payload.get("adapter")
|
615
|
-
api_key = raw_payload.get("api_key")
|
615
|
+
api_key = raw_payload.get("api_key")
|
616
|
+
print(">> Extracted API key:", api_key)
|
616
617
|
|
617
618
|
# --- Health Check Logic (Keep as is) ---
|
618
619
|
if kind == "HealthCheck":
|
@@ -704,7 +705,7 @@ def process_message(message_id: str, message_data: Dict[str, str]) -> None:
|
|
704
705
|
orgs=orgs,
|
705
706
|
handle=handle,
|
706
707
|
adapter=adapter,
|
707
|
-
api_key=api_key,
|
708
|
+
api_key=api_key,
|
708
709
|
)
|
709
710
|
except Exception as e:
|
710
711
|
print(
|
@@ -721,7 +722,7 @@ def process_message(message_id: str, message_data: Dict[str, str]) -> None:
|
|
721
722
|
orgs=orgs,
|
722
723
|
handle=handle,
|
723
724
|
adapter=adapter,
|
724
|
-
api_key=api_key,
|
725
|
+
api_key=api_key,
|
725
726
|
)
|
726
727
|
else:
|
727
728
|
# No content type name or class found, use raw content
|
@@ -735,7 +736,7 @@ def process_message(message_id: str, message_data: Dict[str, str]) -> None:
|
|
735
736
|
orgs=orgs,
|
736
737
|
handle=handle,
|
737
738
|
adapter=adapter,
|
738
|
-
api_key=api_key,
|
739
|
+
api_key=api_key,
|
739
740
|
)
|
740
741
|
else: # Not a stream message, use the function's parameter type
|
741
742
|
param_type_name = (
|
@@ -14,7 +14,7 @@ nebu/containers/models.py,sha256=0j6NGy4yto-enRDh_4JH_ZTbHrLdSpuMOqNQPnIrwC4,681
|
|
14
14
|
nebu/containers/server.py,sha256=yFa2Y9PzBn59E1HftKiv0iapPonli2rbGAiU6r-wwe0,2513
|
15
15
|
nebu/namespaces/models.py,sha256=EqUOpzhVBhvJw2P92ONDUbIgC31M9jMmcaG5vyOrsWg,497
|
16
16
|
nebu/namespaces/namespace.py,sha256=Q_EDH7BgQrTkaDh_l4tbo22qpq-uARfIk8ZPBLjITGY,4967
|
17
|
-
nebu/processors/consumer.py,sha256=
|
17
|
+
nebu/processors/consumer.py,sha256=DBlQJjbRrRiSgF5MawyO5vPlu4PEkA7c8lgZ_RQ9rJw,52266
|
18
18
|
nebu/processors/consumer_process_worker.py,sha256=tF5KU3Rnmzfc3Y0cM8J5nwGg1cJMe-ry0FmMSgGvXrY,31765
|
19
19
|
nebu/processors/decorate.py,sha256=jMh7OMamPdxGn7cMxQsOl5CEEmhZ1TXkMz8nCzBpVaU,54649
|
20
20
|
nebu/processors/default.py,sha256=W4slJenG59rvyTlJ7gRp58eFfXcNOTT2Hfi6zzJAobI,365
|
@@ -23,8 +23,8 @@ nebu/processors/processor.py,sha256=OgEK8Fz0ehSe_VFiNsxweVKZIckhgVvQQ11NNffYZqA,
|
|
23
23
|
nebu/processors/remote.py,sha256=TeAIPGEMqnDIb7H1iett26IEZrBlcbPB_-DSm6jcH1E,1285
|
24
24
|
nebu/redis/models.py,sha256=coPovAcVXnOU1Xh_fpJL4PO3QctgK9nBe5QYoqEcnxg,1230
|
25
25
|
nebu/services/service.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
26
|
-
nebu-0.1.
|
27
|
-
nebu-0.1.
|
28
|
-
nebu-0.1.
|
29
|
-
nebu-0.1.
|
30
|
-
nebu-0.1.
|
26
|
+
nebu-0.1.87.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
27
|
+
nebu-0.1.87.dist-info/METADATA,sha256=7QhyqBHcEFa1LSTd-LGPplq9aVgXOYu6qrfWKNNeDBM,1731
|
28
|
+
nebu-0.1.87.dist-info/WHEEL,sha256=wXxTzcEDnjrTwFYjLPcsW_7_XihufBwmpiBeiXNBGEA,91
|
29
|
+
nebu-0.1.87.dist-info/top_level.txt,sha256=uLIbEKJeGSHWOAJN5S0i5XBGwybALlF9bYoB1UhdEgQ,5
|
30
|
+
nebu-0.1.87.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|