ignite
ignite copied to clipboard
IGNITE-20904 Fix Messaging SystemView code.
GridMessageListenHandler.cacheName() caused an IllegalStateException when querying the SystemView with SQL. I made it return null, and I adjusted the GridMessageListenHandler.orderedTopic() method so that the SystemView can return topicName.
Hello @CyrilFeng
Thanks for PR.
Can you, please, add tests to SystemViewSelfTest to test fixed issue?
Looks like you can extend testContinuousQuery or take it as a pattern for the new one.