Jyothsna Konisa created CASSSIDECAR-408:
-------------------------------------------
Summary: SchemaStorePublisherFactory should be Injectable in
CachingSchemaStore
Key: CASSSIDECAR-408
URL: https://issues.apache.org/jira/browse/CASSSIDECAR-408
Project: Sidecar for Apache Cassandra
Issue Type: New Feature
Reporter: Jyothsna Konisa
In CachingSchemaStore the publisher is created using
SchemaStorePublisherFactory.DEFAULT. Make it injectable, so that users can
inject their own SchemaStorePublisherFactory.
{code:java}
// Some comments here
this.publisher =
SchemaStorePublisherFactory.DEFAULT.buildPublisher(kafkaOptions);
{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]