Skip to content

Commit

Permalink
Remove kafka sql upgrader
Browse files Browse the repository at this point in the history
  • Loading branch information
carlesarnal committed Sep 21, 2023
1 parent f14c03b commit d728472
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 61 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,6 @@ public class KafkaSqlRegistryStorage extends RegistryStorageDecoratorReadOnlyBas
@Inject
ArtifactStateExt artifactStateEx;

@Inject
KafkaSqlUpgrader upgrader;

@Inject
Event<StorageEvent> storageEvent;

Expand Down Expand Up @@ -228,7 +225,6 @@ private void startConsumerThread(final KafkaConsumer<MessageKey, MessageValue> c
if (record.key().getType() == MessageType.Bootstrap) {
BootstrapKey bkey = (BootstrapKey) record.key();
if (bkey.getBootstrapId().equals(bootstrapId)) {
upgrader.upgrade();
this.bootstrapped = true;
storageEvent.fireAsync(StorageEvent.builder()
.type(StorageEventType.READY)
Expand Down

This file was deleted.

0 comments on commit d728472

Please sign in to comment.