gchq / stroom

Stroom is a highly scalable data storage, processing and analysis platform.
https://gchq.github.io/stroom-docs/
Apache License 2.0
431 stars 55 forks source link

After creating a feed, datafeed still gives `Feed is not set to receive data` #4322

Closed at055612 closed 3 months ago

at055612 commented 3 months ago

Send data to non-existent feed X - get Feed is not set to receive data Create feed X Send data to feed X - get Feed is not set to receive data

FeedDocCache is holding an empty optional and is not responding to a CREATE entity event, so requires the cache entry to expire or the cache to be manually cleared.

at055612 commented 3 months ago

Fixed in >7.4.3