mirror of https://github.com/apache/kafka.git
MINOR: Fix upgrade.mode references (#5645)
Reviewers: John Roesler <john@confluent.io>, Andrew Choi <andrew.choi@uwaterloo.ca>, Chia-Ping Tsai <chia7712@gmail.com>
This commit is contained in:
parent
60d002f9eb
commit
850e9922c1
|
@ -824,7 +824,7 @@
|
||||||
<ul>
|
<ul>
|
||||||
<li> prepare your application instances for a rolling bounce and make sure that config <code>upgrade.from</code> is set to <code>"0.10.0"</code> for new version 0.11.0.3 </li>
|
<li> prepare your application instances for a rolling bounce and make sure that config <code>upgrade.from</code> is set to <code>"0.10.0"</code> for new version 0.11.0.3 </li>
|
||||||
<li> bounce each instance of your application once </li>
|
<li> bounce each instance of your application once </li>
|
||||||
<li> prepare your newly deployed 1.0.2 application instances for a second round of rolling bounces; make sure to remove the value for config <code>upgrade.mode</code> </li>
|
<li> prepare your newly deployed 1.0.2 application instances for a second round of rolling bounces; make sure to remove the value for config <code>upgrade.from</code> </li>
|
||||||
<li> bounce each instance of your application once more to complete the upgrade </li>
|
<li> bounce each instance of your application once more to complete the upgrade </li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
|
@ -916,7 +916,7 @@
|
||||||
<ul>
|
<ul>
|
||||||
<li> prepare your application instances for a rolling bounce and make sure that config <code>upgrade.from</code> is set to <code>"0.10.0"</code> for new version 0.11.0.3 </li>
|
<li> prepare your application instances for a rolling bounce and make sure that config <code>upgrade.from</code> is set to <code>"0.10.0"</code> for new version 0.11.0.3 </li>
|
||||||
<li> bounce each instance of your application once </li>
|
<li> bounce each instance of your application once </li>
|
||||||
<li> prepare your newly deployed 0.11.0.3 application instances for a second round of rolling bounces; make sure to remove the value for config <code>upgrade.mode</code> </li>
|
<li> prepare your newly deployed 0.11.0.3 application instances for a second round of rolling bounces; make sure to remove the value for config <code>upgrade.from</code> </li>
|
||||||
<li> bounce each instance of your application once more to complete the upgrade </li>
|
<li> bounce each instance of your application once more to complete the upgrade </li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
|
@ -1096,7 +1096,7 @@ Kafka cluster before upgrading your clients. Version 0.10.2 brokers support 0.8.
|
||||||
<ul>
|
<ul>
|
||||||
<li> prepare your application instances for a rolling bounce and make sure that config <code>upgrade.from</code> is set to <code>"0.10.0"</code> for new version 0.10.2.2 </li>
|
<li> prepare your application instances for a rolling bounce and make sure that config <code>upgrade.from</code> is set to <code>"0.10.0"</code> for new version 0.10.2.2 </li>
|
||||||
<li> bounce each instance of your application once </li>
|
<li> bounce each instance of your application once </li>
|
||||||
<li> prepare your newly deployed 0.10.2.2 application instances for a second round of rolling bounces; make sure to remove the value for config <code>upgrade.mode</code> </li>
|
<li> prepare your newly deployed 0.10.2.2 application instances for a second round of rolling bounces; make sure to remove the value for config <code>upgrade.from</code> </li>
|
||||||
<li> bounce each instance of your application once more to complete the upgrade </li>
|
<li> bounce each instance of your application once more to complete the upgrade </li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
|
@ -1205,7 +1205,7 @@ only support 0.10.1.x or later brokers while 0.10.1.x brokers also support older
|
||||||
<ul>
|
<ul>
|
||||||
<li> prepare your application instances for a rolling bounce and make sure that config <code>upgrade.from</code> is set to <code>"0.10.0"</code> for new version 0.10.1.2 </li>
|
<li> prepare your application instances for a rolling bounce and make sure that config <code>upgrade.from</code> is set to <code>"0.10.0"</code> for new version 0.10.1.2 </li>
|
||||||
<li> bounce each instance of your application once </li>
|
<li> bounce each instance of your application once </li>
|
||||||
<li> prepare your newly deployed 0.10.1.2 application instances for a second round of rolling bounces; make sure to remove the value for config <code>upgrade.mode</code> </li>
|
<li> prepare your newly deployed 0.10.1.2 application instances for a second round of rolling bounces; make sure to remove the value for config <code>upgrade.from</code> </li>
|
||||||
<li> bounce each instance of your application once more to complete the upgrade </li>
|
<li> bounce each instance of your application once more to complete the upgrade </li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
|
|
Loading…
Reference in New Issue