mirror of
https://github.com/apache/nifi.git
synced 2025-02-06 01:58:32 +00:00
NIFI-11095 This closes #6888. Deprecate Hortonworks Schema Registry
Signed-off-by: Joe Witt <joewitt@apache.org>
This commit is contained in:
parent
228a3441b5
commit
1148738c19
@ -26,6 +26,7 @@ import com.hortonworks.registries.schemaregistry.errors.SchemaNotFoundException;
|
||||
import org.apache.avro.Schema;
|
||||
import org.apache.commons.lang3.StringUtils;
|
||||
import org.apache.nifi.annotation.documentation.CapabilityDescription;
|
||||
import org.apache.nifi.annotation.documentation.DeprecationNotice;
|
||||
import org.apache.nifi.annotation.documentation.Tags;
|
||||
import org.apache.nifi.annotation.lifecycle.OnDisabled;
|
||||
import org.apache.nifi.annotation.lifecycle.OnEnabled;
|
||||
@ -64,6 +65,7 @@ import java.util.concurrent.TimeUnit;
|
||||
|
||||
@Tags({"schema", "registry", "avro", "hortonworks", "hwx"})
|
||||
@CapabilityDescription("Provides a Schema Registry Service that interacts with a Hortonworks Schema Registry, available at https://github.com/hortonworks/registry")
|
||||
@DeprecationNotice(reason = "This controller service is deprecated and will be removed in NiFi 2.x.")
|
||||
public class HortonworksSchemaRegistry extends AbstractControllerService implements SchemaRegistry {
|
||||
private static final Set<SchemaField> schemaFields = EnumSet.of(SchemaField.SCHEMA_NAME,
|
||||
SchemaField.SCHEMA_BRANCH_NAME,
|
||||
|
Loading…
x
Reference in New Issue
Block a user