Akka Persistence query - retrieve current Ids by tag

Hey guys,

we are developing a project with Akka persistence and we would like to be able to query underlying journal to fetch all existent ids that are tagged with a specific tag, something like currentPersistenceIds but by Tag.
Any recommendation on how to achieve this without a bespoke implementation ?
Thanks in advance