Skip to content

Commit

Permalink
typo in Dockerfile.cgo
Browse files Browse the repository at this point in the history
Signed-off-by: Daan Gerits <daan.gerits@gmail.com>
  • Loading branch information
calmera committed Jun 10, 2024
1 parent 23dcffd commit c562f5c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions internal/components/nats/stream_input_ordered.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,14 @@ deterministic message ordering. It is also resilient to consumer deletion.
Default("all")).
Field(service.NewStringField("start_time").
Description("An optional time from which to start message delivery. Only applicable when delivery_policy is set to 'by_start_time'").
Optional().
Advanced()).
Field(service.NewStringAnnotatedEnumField("replay_policy", map[string]string{
"original": "messages are sent in the same intervals in which they were stored on stream.",
"instant": "messages are sent as fast as possible.",
}).
Description("the rate at which messages are sent to the consumer.").
Default("original").
Advanced()).
Fields(connectionTailFields()...).
Fields(inputTracingDocs())
Expand Down
2 changes: 1 addition & 1 deletion resources/docker/Dockerfile.cgo
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends libzmq3-dev
# Build
COPY . /go/src/github.com/wombatwisdom/wombat/

RUN wombat TAGS=x_benthos_extra
RUN task TAGS=x_benthos_extra

# Pack
FROM debian:latest
Expand Down

0 comments on commit c562f5c

Please sign in to comment.