Example #1
0
 public KafkaStreamSiloBuilder AddAvro(string schemaRegistryUrl)
 {
     _hostBuilder.AddAvro(_providerName, schemaRegistryUrl);
     return(this);
 }