Skip to content

Commit

Permalink
Merge pull request #2698 from orb-community/etaques-patch-11
Browse files Browse the repository at this point in the history
fix (maestro): event source sink status topic name
  • Loading branch information
lpegoraro authored Oct 3, 2023
2 parents ae17963 + 5ef18cd commit 6e8fd1e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions maestro/redis/producer/sink_status.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@ package producer

import (
"context"
"time"

"github.com/go-redis/redis/v8"
"go.uber.org/zap"
"time"
)

const (
streamID = "orb.maestro"
streamID = "orb.maestro.sink_status"
streamLen = 1000
)

Expand Down

0 comments on commit 6e8fd1e

Please sign in to comment.