Skip to content

Commit

Permalink
feat: rename crsp stream to event-director
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanPierreNell committed May 23, 2024
1 parent b617fcc commit ef9a787
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .env.template
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ REDIS_IS_CLUSTER=false
SERVER_URL=0.0.0.0:4222
STARTUP_TYPE=nats
PRODUCER_STREAM=RuleRequest
CONSUMER_STREAM=crsp
STREAM_SUBJECT=crsp
CONSUMER_STREAM=event-director
STREAM_SUBJECT=event-director
ACK_POLICY=Explicit
PRODUCER_STORAGE=File
PRODUCER_RETENTION_POLICY=Workqueue
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env:
SERVER_URL: 'nats://localhost:4222'
ACK_POLICY: 'None'
PRODUCER_STREAM: 'temp-rule-sub'
CONSUMER_STREAM: 'CRSP'
CONSUMER_STREAM: 'event-director'
STREAM_SUBJECT:
APM_ACTIVE: false
APM_LOGGING: false
Expand Down
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ ENV CACHETTL=300
# Nats
ENV STARTUP_TYPE=nats
ENV SERVER_URL=0.0.0.0:4222
ENV PRODUCER_STREAM=
ENV CONSUMER_STREAM=
ENV STREAM_SUBJECT=
ENV PRODUCER_STREAM=RuleRequest
ENV CONSUMER_STREAM=event-director
ENV STREAM_SUBJECT=event-director
ENV ACK_POLICY=Explicit
ENV PRODUCER_STORAGE=File
ENV PRODUCER_RETENTION_POLICY=Workqueue
Expand Down

0 comments on commit ef9a787

Please sign in to comment.