[ 
https://issues.apache.org/jira/browse/AMQ-8317?focusedWorklogId=734862&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-734862
 ]

ASF GitHub Bot logged work on AMQ-8317:
---------------------------------------

                Author: ASF GitHub Bot
            Created on: 01/Mar/22 18:49
            Start Date: 01/Mar/22 18:49
    Worklog Time Spent: 10m 
      Work Description: cshannon commented on pull request #714:
URL: https://github.com/apache/activemq/pull/714#issuecomment-1055749169


   Agree with @jbonofre . I think having a configuration makes no sense. Just 
change it but at this point it should be target for 5.18 as 5.17 should be 
frozen except for critical stuff


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 734862)
    Time Spent: 1h 20m  (was: 1h 10m)

> Add a Broker config parameter to flip between deprecated terminology
> --------------------------------------------------------------------
>
>                 Key: AMQ-8317
>                 URL: https://issues.apache.org/jira/browse/AMQ-8317
>             Project: ActiveMQ
>          Issue Type: Sub-task
>          Components: Broker
>            Reporter: Matt Pavlovich
>            Assignee: Jean-Baptiste Onofré
>            Priority: Major
>             Fix For: 5.18.0
>
>          Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> In BrokerService:
> # create field 'useDeprecatedTopologyTerminology'
> # For 5.17.0 default to 'true'
> # Update the logging statement to wrap deprecated and targeted-for-remove 
> code with an if block using this field.
> {noformat}
>      if(isUseDeprecatedTopologyTerminology()) {
>         LOG.warn("Master Failed - starting all connectors");
>      } else {
>         LOG.warn("Active Failed - starting all connectors"); 
>      }
> {noformat}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to