When part of a data collection is configured to not be persisted via a persistenceSelectorStrategy, it is still sent out by the producer.
Per engineering, the producer should have access to resource.shouldPersist(serviceparams) to determine whether a metric should be persisted to Kafka as part of its collectionset.
When part of a data collection is configured to not be persisted via a persistenceSelectorStrategy, it is still sent out by the producer.
Per engineering, the producer should have access to
resource.shouldPersist(serviceparams)
to determine whether a metric should be persisted to Kafka as part of its collectionset.