Skip to content

Commit

Permalink
Don't clear kafka topics when creating new ones
Browse files Browse the repository at this point in the history
  • Loading branch information
adamfraser committed Jun 25, 2024
1 parent 9db0931 commit 6c24991
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion indexer/services/auxo/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ export const BAZOOKA_DB_MIGRATION_AND_CREATE_KAFKA_PAYLOAD: Uint8Array = new Tex
JSON.stringify({
migrate: true,
create_kafka_topics: true,
clear_kafka_topics: true,
}),
);

Expand Down

0 comments on commit 6c24991

Please sign in to comment.