Hello, I noticed that the jetstream input doesn't have an option to set a RetentionPolicy; this causes the stream to stop ingesting metrics as the jetstream global limits (defined in nats.config, like max_file_store
) are reached, even if the messages were consumed and ack'ed normally and can be discarded from nats stream.
It would be useful to have a way to define the RetentionPolicy so the metrics can be discarded once they are consumed.