Skip to content

Commit

Permalink
fix(kafka-setup): Remove reference to non-existing topic (#7019)
Browse files Browse the repository at this point in the history
  • Loading branch information
pedro93 authored Jan 12, 2023
1 parent ce5545e commit ae2d781
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docker/kafka-setup/kafka-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,6 @@ send() {
}

## Produce the jobs to run.

# Create build indices topic with infinite retention
send "$BUILD_INDICES_HISTORY_TOPIC" "--config retention.ms=-1 --topic $BUILD_INDICES_HISTORY_TOPIC"

send "$METADATA_AUDIT_EVENT_NAME" "--topic $METADATA_AUDIT_EVENT_NAME"
send "$METADATA_CHANGE_EVENT_NAME" "--topic $METADATA_CHANGE_EVENT_NAME"
send "$FAILED_METADATA_CHANGE_EVENT_NAME" "--topic $FAILED_METADATA_CHANGE_EVENT_NAME"
Expand Down

0 comments on commit ae2d781

Please sign in to comment.