Registry / config / nifi-schema-registry-service-api

nifi-schema-registry-service-api

JSON →
library2.9.0javamavenunverified

Provides the API for schema registry services in Apache NiFi, enabling schema management for data flows.

<dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-schema-registry-service-api</artifactId> <version>2.9.0</version> </dependency>
INSTALL
IMPORT
SIG · NIFI-SCHEMA-REGIST
N
nifi-schema-registry-service-api
configjavav2.9.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

SchemaRegistryService
org.apache.nifi.schema.registry.SchemaRegistryService

Implements a basic schema registry service.

import org.apache.nifi.schema.registry.SchemaRegistryService; SchemaRegistryService service = new SchemaRegistryService() { @Override public String getSchema(String name) { return "{\"type\": \"record\"}"; } };
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.9.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
17 hits · last 30 days
node
14
Resources
nifi-schema-registry-service-api — mvn dependency:get nifi-schema-registry-service-api · libregistry