Skip to content

Commit

Permalink
Merge branch 'master' into sendToGitHub/represent-queue-labels-as-map
Browse files Browse the repository at this point in the history
  • Loading branch information
MustafaI authored Aug 14, 2024
2 parents ca4a0b6 + b8fdf3d commit 2399fe9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal/eventingester/ingester.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ func Run(config *configuration.EventIngesterConfiguration) {
config.SubscriptionName,
config.BatchSize,
config.BatchDuration,
pulsar.KeyShared,
pulsar.Failover,
converter,
eventDb,
config.MetricsPort,
Expand Down
2 changes: 1 addition & 1 deletion internal/lookoutingesterv2/ingester.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ func Run(config *configuration.LookoutIngesterV2Configuration) {
config.SubscriptionName,
config.BatchSize,
config.BatchDuration,
pulsar.KeyShared,
pulsar.Failover,
converter,
lookoutDb,
config.MetricsPort,
Expand Down

0 comments on commit 2399fe9

Please sign in to comment.