Package org.apache.avro.repo.client

Examples of org.apache.avro.repo.client.RESTRepositoryClient


  private RESTRepositoryClient client;
  public static final String ETL_SCHEMA_REGISTRY_URL = "etl.schema.registry.url";
 
   @Override
  public void init(Properties props) {
       client = new RESTRepositoryClient(props.getProperty(ETL_SCHEMA_REGISTRY_URL));
  }
View Full Code Here

TOP

Related Classes of org.apache.avro.repo.client.RESTRepositoryClient

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.