spring-projects / spring-integration-extensions

The Spring Integration Extensions project provides extension components for Spring Integration
http://www.springintegration.org/
280 stars 266 forks source link

HazelcastContext does not implement getRole() method #237

Closed al81-ru closed 3 years ago

al81-ru commented 3 years ago

It is not possible to get role from LeaderInitiator as LeaderInitiator.getContext().getRole() always returns null

artembilan commented 3 years ago

Yeah... I see. This is definitely an omission from our side.

Would you mind to consider contributing the fix calling LeaderInitiator.this.candidate.getRole() respectively from that impl?

Thanks