Hello, I was looking at Ignite and especially its distributed data structures like IgniteCache, IgniteQueue, Semaphore, events etc. Ignite 2.16 seems to have all the APIs I wanted, but it seems that they've all disappeared in Ignite 3. Also I liked the embedded mode where I could create servers inside my app and not have to start another container to get a server. I saw on the dev mailing list that this wasn't something Ignite 3 was going to support. So am I right in that Ignite 3 aims to be "only" a distributed SQL database but drops all the explicit cache/queue/semaphore/locks APIs? I know that Ignite 3 hasn't been released but is there somewhere a document summarizing the big changes?
Thank you! JP Moresmau