package com.provectus.kafka.ui.model;

public enum Feature {
  KAFKA_CONNECT,
  KSQL_DB,
  SCHEMA_REGISTRY,
  TOPIC_DELETION
}
