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
(you'll have to make sure that your service is authorized to fetch the appropriate secret from Vault).
28
26
29
27
**Event publisher sidecar**:
30
28
31
-
Set up your service to be able to publish v2 exposure events via an `events sidecar <https://baseplate.readthedocs.io/en/stable/api/baseplate/lib/events.html?highlight=sidecar#publishing-events>`_
32
-
. See example setup `here <https://reddit.atlassian.net/wiki/spaces/EX/pages/343212125/Running+Experiments+at+Reddit#Event-Publisher-Sidecar>`__.
29
+
Set up your service to be able to publish v2 exposure events via an **event publisher sidecar**, see example setup `here <https://reddit.atlassian.net/wiki/spaces/EX/pages/343212125/Running+Experiments+at+Reddit#Event-Publisher-Sidecar>`__.
33
30
34
31
Prerequisite configuration
35
32
---------------------------
@@ -65,7 +62,7 @@ Upgrade or integrate reddit-experiments package:
65
62
.. code-block:: python
66
63
67
64
# import latest reddit-experiments package in service requirements.txt
68
-
reddit-experiments>=1.3.14
65
+
reddit-experiments>=1.4.0
69
66
70
67
Initialize :code:`decider` instance on Baseplate context
0 commit comments