JPPF Issue Tracker
star_faded.png
Please log in to bookmark issues
enhancement_small.png
CLOSED  Enhancement JPPF-531  -  Ability to specify alternate drivers/servers for a node to connect to in a single configuration property
Posted May 08, 2018 - updated Jun 11, 2018
action_vote_minus_faded.png
0
Votes
action_vote_plus_faded.png
icon_info.png This issue has been closed with status "Closed" and resolution "RESOLVED".
Issue details
  • Type of issue
    Enhancement
  • Status
     
    Closed
  • Assigned to
     lolo4j
  • Type of bug
    Not triaged
  • Likelihood
    Not triaged
  • Effect
    Not triaged
  • Posted by
     lolo4j
  • Owned by
    Not owned by anyone
  • Category
    Node
  • Resolution
    RESOLVED
  • Priority
    Normal
  • Targetted for
    icon_milestones.png JPPF 6.0
Issue description
What we propose here is a new built-in node connection strategy which reads a list of driver from a single configuration property. We propose that the value of the property be in a format similar to the built-in CSV file-based strategy, except we use a pipe ('|') character to separate driver definitions instead of newlines. For example:
jppf.server.connection.strategy.defintions = sslFlag1, host1, port1, recoveryPort1 | ... | sslFlagN, hostN, portN, recoveryPortN