You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update context documentation by removing broker examples
Removed broker examples for AIOKafka, Confluent, RabbitMQ, NATS, and Redis from the context documentation. Added information about setting a local context using the context manager.
To remove a field from the context use the `reset_global` method:
110
+
111
+
```python
112
+
context.reset_global("my_key")
113
+
```
114
+
167
115
## Local
168
116
169
117
To set a local context (available only within the message processing scope), use the context manager `scope`. It could me extremely uselful to fill context with additional options in [Middlewares](../middlewares/){.internal-link}
0 commit comments