Skip to content
This repository has been archived by the owner on Oct 25, 2023. It is now read-only.

Commit

Permalink
fix(firehose): reset offset not updated (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
StewartJingga authored Sep 7, 2023
1 parent e62530f commit 9fbfe36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/server/v1/firehose/mappings.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ func makeConfigStruct(cfg *models.FirehoseConfig) (*structpb.Value, error) {
},
DeploymentID: cfg.DeploymentID,
EnvVariables: cfg.EnvVars,
ResetOffset: cfg.ResetOffset,
})
}

Expand Down

0 comments on commit 9fbfe36

Please sign in to comment.