Giter Club home page Giter Club logo

spring-solace-leader-election's People

Contributors

greenrover avatar helios57 avatar iachelini avatar mrc0113 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

mrc0113

spring-solace-leader-election's Issues

Usage with multiple SCS-Binders

In a project I use several Binders e.g. spring.cloud.stream.binders.solace1. This does not work, The framework tries to connect with the default JCSMPProperties.
It would be nice to have a configuration where I can reference a special binder that is needed for the leader election.

auto yield on shutdown

new "join-groups" option "yieldOnShutdown" default: true

Runtime.getRuntime().addShutdownHook(new Thread(this::shutdownHook));

 private void shutdownHook() {
     LOG.info("Shutdown! Got to yield leadership {} ", yieldLeadershipInShutdownHook);
     solaceLeaderInitiator.yieldLeaderShip("publisher"); // Dirty, but ok
 }

because if other spring shutdown hooks like solace binder take time (up to X 100 ms)
This delays the failover.

[Java Version]: the java version 11 is outdated and should be lifted

Feature Description

the java version 11 is outdated and should be lifted at least to 17

Use Case

EOL Java 11

Proposed Solution

<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
or
<maven.compiler.source>21</maven.compiler.source>
<maven.compiler.target>21</maven.compiler.target>

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.