dependabot[bot] opened a new pull request, #13015: URL: https://github.com/apache/camel/pull/13015
Bumps `pulsar-version` from 3.1.2 to 3.2.0. Updates `org.apache.pulsar:pulsar-client` from 3.1.2 to 3.2.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/apache/pulsar/releases">org.apache.pulsar:pulsar-client's releases</a>.</em></p> <blockquote> <h2>v3.2.0</h2> <h1>PIPs</h1> <ul> <li>PIP-323: Complete Backlog Quota Telemetry <a href="https://redirect.github.com/apache/pulsar/pull/21709">#21709</a></li> <li>PIP-322: Pulsar Rate Limiting Refactoring <a href="https://redirect.github.com/apache/pulsar/pull/21680">#21680</a></li> <li>PIP-320: OpenTelemetry Scaffolding <a href="https://redirect.github.com/apache/pulsar/pull/21635">#21635</a></li> <li>PIP-318: Don't retain null-key messages during topic compaction <a href="https://redirect.github.com/apache/pulsar/pull/21541">#21541</a></li> <li>PIP-315: Configurable max delay limit for delayed delivery <a href="https://redirect.github.com/apache/pulsar/pull/21490">#21490</a></li> <li>PIP-313: Support force unsubscribe using consumer api <a href="https://redirect.github.com/apache/pulsar/pull/21452">#21452</a></li> <li>PIP-312: <ul> <li>Use StateStoreProvider to manage state in Pulsar Functions endpoints <a href="https://redirect.github.com/apache/pulsar/pull/21597">#21597</a></li> <li>Use StateStoreProvider to manage state in Pulsar Functions endpoints <a href="https://redirect.github.com/apache/pulsar/pull/21438">#21438</a></li> </ul> </li> <li>PIP-307: <ul> <li>Support subscribing multi topics for WebSocket <a href="https://redirect.github.com/apache/pulsar/pull/21390">#21390</a></li> <li>Optimize Bundle Unload(Transfer) Protocol for ExtensibleLoadManager <a href="https://redirect.github.com/apache/pulsar/pull/20748">#20748</a></li> </ul> </li> <li>PIP-305: Customize DNS servers to use for Pulsar Client <a href="https://redirect.github.com/apache/pulsar/pull/21352">#21352</a></li> <li>PIP-303: Add optional parameters for getPartitionedStats <a href="https://redirect.github.com/apache/pulsar/pull/21228">#21228</a></li> <li>PIP-302: Introduce refreshAsync API for TableView <a href="https://redirect.github.com/apache/pulsar/pull/21271">#21271</a></li> <li>PIP-301: Introduce LoadBalanceResources to unify the load-date CRUD <a href="https://redirect.github.com/apache/pulsar/pull/21129">#21129</a></li> <li>PIP-300: Add custom dynamic configuration for plugins <a href="https://redirect.github.com/apache/pulsar/pull/21127">#21127</a></li> <li>PIP-299: Stop dispatch messages if the individual acks will be lost in the persistent storage <a href="https://redirect.github.com/apache/pulsar/pull/21118">#21118</a></li> <li>PIP-297: Support terminating Function & Connector with the fatal exception <a href="https://redirect.github.com/apache/pulsar/pull/21079">#21079</a></li> <li>PIP-293: Delete config <code>disableBrokerInterceptors</code> <a href="https://redirect.github.com/apache/pulsar/pull/20993">#20993</a></li> <li>PIP-290: Provide a way to implement WSS E2E encryption and not need to expose the private key to the WebSocket Proxy <a href="https://redirect.github.com/apache/pulsar/pull/20923">#20923</a></li> <li>PIP-286: Make the TopicCompactionService to support find entry based on publishTime or index <a href="https://redirect.github.com/apache/pulsar/pull/20867">#20867</a></li> <li>PIP-277: Add <code>current</code> option in the Clusters list cmd <a href="https://redirect.github.com/apache/pulsar/pull/20614">#20614</a></li> <li>PIP-264: Enhanced OTel-based metric system <a href="https://redirect.github.com/apache/pulsar/pull/21080">#21080</a></li> </ul> <h3>Broker</h3> <ul> <li>Replication stopped due to unload topic failed <a href="https://redirect.github.com/apache/pulsar/pull/21947">#21947</a></li> <li>Fix getMessageById throws 500 <a href="https://redirect.github.com/apache/pulsar/pull/21919">#21919</a></li> <li>Fix write all compacted out entry into compacted topic <a href="https://redirect.github.com/apache/pulsar/pull/21917">#21917</a></li> <li>Fix deadlock while skip non-recoverable ledgers <a href="https://redirect.github.com/apache/pulsar/pull/21915">#21915</a></li> <li>Fix leader broker cannot be determined when the advertised address and advertised listeners are configured <a href="https://redirect.github.com/apache/pulsar/pull/21894">#21894</a></li> <li>Fix DLQ producer name conflicts when multiples consumers send messages to DLQ <a href="https://redirect.github.com/apache/pulsar/pull/21890">#21890</a></li> <li>Fix break change: could not subscribe partitioned topic with a suffix-matched regexp due to a mistake of PIP-145 <a href="https://redirect.github.com/apache/pulsar/pull/21885">#21885</a></li> <li>Fix NonPersistentDispatcherMultipleConsumers ArrayIndexOutOfBoundsException <a href="https://redirect.github.com/apache/pulsar/pull/21856">#21856</a></li> <li>Fix returns wrong webServiceUrl when both webServicePort and webServicePortTls are set <a href="https://redirect.github.com/apache/pulsar/pull/21842">#21842</a></li> <li>Fix the wrong value of BrokerSrevice.maxUnackedMsgsPerDispatcher <a href="https://redirect.github.com/apache/pulsar/pull/21765">#21765</a></li> <li>Fix the ExtensibleLoadManagerImpl internal system getTopic failure when the leadership changes <a href="https://redirect.github.com/apache/pulsar/pull/21764">#21764</a></li> <li>Fix closing of AbstractDispatcherSingleActiveConsumer and reduce flakiness of test <a href="https://redirect.github.com/apache/pulsar/pull/21736">#21736</a></li> <li>Skip topic auto-creation for ExtensibleLoadManager internal topics <a href="https://redirect.github.com/apache/pulsar/pull/21729">#21729</a></li> <li>Fix ServiceUnitStateChannel monitor to tombstone only inactive bundle states <a href="https://redirect.github.com/apache/pulsar/pull/21721">#21721</a></li> <li>Avoid compaction task stuck when the last message to compact is a marker <a href="https://redirect.github.com/apache/pulsar/pull/21718">#21718</a></li> <li>Fix the issue of topics possibly being deleted <a href="https://redirect.github.com/apache/pulsar/pull/21704">#21704</a></li> <li>CheckTopicExists supports checking partitioned topic without index <a href="https://redirect.github.com/apache/pulsar/pull/21701">#21701</a></li> <li>Remove internalGetListAsync and validatePartitionTopicUpdateAsync <a href="https://redirect.github.com/apache/pulsar/pull/21699">#21699</a></li> <li>Cleanup the empty subscriptionAuthenticationMap in zk when revoke subscription permission <a href="https://redirect.github.com/apache/pulsar/pull/21696">#21696</a></li> <li>Fix typo in the config key <a href="https://redirect.github.com/apache/pulsar/pull/21690">#21690</a></li> <li>network package lost if enable haProxyProtocolEnabled <a href="https://redirect.github.com/apache/pulsar/pull/21684">#21684</a></li> <li>Pulsar Rate Limiting Refactoring changes (PIP-322) <a href="https://redirect.github.com/apache/pulsar/pull/21681">#21681</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/pulsar/commit/802576372132617b5076a44004846f2dbabede08"><code>8025763</code></a> [fix][fn] Add missing <code>version</code> field back to <code>querystate</code> API (<a href="https://redirect.github.com/apache/pulsar/issues/21966">#21966</a>)</li> <li><a href="https://github.com/apache/pulsar/commit/f9e0237403d07c22d3bb2c010049a9ac31ff174d"><code>f9e0237</code></a> [fix] Restored method as deprecated in AbstractMetadataStore (<a href="https://redirect.github.com/apache/pulsar/issues/21950">#21950</a>)</li> <li><a href="https://github.com/apache/pulsar/commit/0a257533f8be35000635e94ab2abd03fad7d1f5c"><code>0a25753</code></a> [fix] [broker] Replication stopped due to unload topic failed (<a href="https://redirect.github.com/apache/pulsar/issues/21947">#21947</a>)</li> <li><a href="https://github.com/apache/pulsar/commit/449c72b6c9e7c7a2115864a339ae111906539b4c"><code>449c72b</code></a> [fix][broker] Avoid consumers receiving acknowledged messages from compacted ...</li> <li><a href="https://github.com/apache/pulsar/commit/0222d970a8233bc070ac54e3ad874ebd019640e9"><code>0222d97</code></a> [fix][test] Make base test class method protected so that it passes ReportUna...</li> <li><a href="https://github.com/apache/pulsar/commit/bca08d98ab742d241d31b2e8d7673273605b2e16"><code>bca08d9</code></a> [fix][broker] Fix getMessageById throws 500 (<a href="https://redirect.github.com/apache/pulsar/issues/21919">#21919</a>)</li> <li><a href="https://github.com/apache/pulsar/commit/b54c5aaf85193cb71757e9de25419f864bd68c55"><code>b54c5aa</code></a> [fix][broker] Fix issue with GetMessageIdByTimestamp can't find match message...</li> <li><a href="https://github.com/apache/pulsar/commit/bb6f83608346b2a9b6abe5b4660fb7626493d176"><code>bb6f836</code></a> [fix][broker] Fix deadlock while skip non-recoverable ledgers. (<a href="https://redirect.github.com/apache/pulsar/issues/21915">#21915</a>)</li> <li><a href="https://github.com/apache/pulsar/commit/698bf9bae54e7ed1284e81fdf18a7abbee96d3a2"><code>698bf9b</code></a> Set 3.2.0 version for pulsar-bom</li> <li><a href="https://github.com/apache/pulsar/commit/e98c4908c511801a00c747f0ded35d009d500b96"><code>e98c490</code></a> [feat][misc] Add Pulsar BOM (Bill of Materials) (<a href="https://redirect.github.com/apache/pulsar/issues/21871">#21871</a>)</li> <li>Additional commits viewable in <a href="https://github.com/apache/pulsar/compare/v3.1.2...v3.2.0">compare view</a></li> </ul> </details> <br /> Updates `org.apache.pulsar:pulsar-client-admin` from 3.1.2 to 3.2.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/apache/pulsar/releases">org.apache.pulsar:pulsar-client-admin's releases</a>.</em></p> <blockquote> <h2>v3.2.0</h2> <h1>PIPs</h1> <ul> <li>PIP-323: Complete Backlog Quota Telemetry <a href="https://redirect.github.com/apache/pulsar/pull/21709">#21709</a></li> <li>PIP-322: Pulsar Rate Limiting Refactoring <a href="https://redirect.github.com/apache/pulsar/pull/21680">#21680</a></li> <li>PIP-320: OpenTelemetry Scaffolding <a href="https://redirect.github.com/apache/pulsar/pull/21635">#21635</a></li> <li>PIP-318: Don't retain null-key messages during topic compaction <a href="https://redirect.github.com/apache/pulsar/pull/21541">#21541</a></li> <li>PIP-315: Configurable max delay limit for delayed delivery <a href="https://redirect.github.com/apache/pulsar/pull/21490">#21490</a></li> <li>PIP-313: Support force unsubscribe using consumer api <a href="https://redirect.github.com/apache/pulsar/pull/21452">#21452</a></li> <li>PIP-312: <ul> <li>Use StateStoreProvider to manage state in Pulsar Functions endpoints <a href="https://redirect.github.com/apache/pulsar/pull/21597">#21597</a></li> <li>Use StateStoreProvider to manage state in Pulsar Functions endpoints <a href="https://redirect.github.com/apache/pulsar/pull/21438">#21438</a></li> </ul> </li> <li>PIP-307: <ul> <li>Support subscribing multi topics for WebSocket <a href="https://redirect.github.com/apache/pulsar/pull/21390">#21390</a></li> <li>Optimize Bundle Unload(Transfer) Protocol for ExtensibleLoadManager <a href="https://redirect.github.com/apache/pulsar/pull/20748">#20748</a></li> </ul> </li> <li>PIP-305: Customize DNS servers to use for Pulsar Client <a href="https://redirect.github.com/apache/pulsar/pull/21352">#21352</a></li> <li>PIP-303: Add optional parameters for getPartitionedStats <a href="https://redirect.github.com/apache/pulsar/pull/21228">#21228</a></li> <li>PIP-302: Introduce refreshAsync API for TableView <a href="https://redirect.github.com/apache/pulsar/pull/21271">#21271</a></li> <li>PIP-301: Introduce LoadBalanceResources to unify the load-date CRUD <a href="https://redirect.github.com/apache/pulsar/pull/21129">#21129</a></li> <li>PIP-300: Add custom dynamic configuration for plugins <a href="https://redirect.github.com/apache/pulsar/pull/21127">#21127</a></li> <li>PIP-299: Stop dispatch messages if the individual acks will be lost in the persistent storage <a href="https://redirect.github.com/apache/pulsar/pull/21118">#21118</a></li> <li>PIP-297: Support terminating Function & Connector with the fatal exception <a href="https://redirect.github.com/apache/pulsar/pull/21079">#21079</a></li> <li>PIP-293: Delete config <code>disableBrokerInterceptors</code> <a href="https://redirect.github.com/apache/pulsar/pull/20993">#20993</a></li> <li>PIP-290: Provide a way to implement WSS E2E encryption and not need to expose the private key to the WebSocket Proxy <a href="https://redirect.github.com/apache/pulsar/pull/20923">#20923</a></li> <li>PIP-286: Make the TopicCompactionService to support find entry based on publishTime or index <a href="https://redirect.github.com/apache/pulsar/pull/20867">#20867</a></li> <li>PIP-277: Add <code>current</code> option in the Clusters list cmd <a href="https://redirect.github.com/apache/pulsar/pull/20614">#20614</a></li> <li>PIP-264: Enhanced OTel-based metric system <a href="https://redirect.github.com/apache/pulsar/pull/21080">#21080</a></li> </ul> <h3>Broker</h3> <ul> <li>Replication stopped due to unload topic failed <a href="https://redirect.github.com/apache/pulsar/pull/21947">#21947</a></li> <li>Fix getMessageById throws 500 <a href="https://redirect.github.com/apache/pulsar/pull/21919">#21919</a></li> <li>Fix write all compacted out entry into compacted topic <a href="https://redirect.github.com/apache/pulsar/pull/21917">#21917</a></li> <li>Fix deadlock while skip non-recoverable ledgers <a href="https://redirect.github.com/apache/pulsar/pull/21915">#21915</a></li> <li>Fix leader broker cannot be determined when the advertised address and advertised listeners are configured <a href="https://redirect.github.com/apache/pulsar/pull/21894">#21894</a></li> <li>Fix DLQ producer name conflicts when multiples consumers send messages to DLQ <a href="https://redirect.github.com/apache/pulsar/pull/21890">#21890</a></li> <li>Fix break change: could not subscribe partitioned topic with a suffix-matched regexp due to a mistake of PIP-145 <a href="https://redirect.github.com/apache/pulsar/pull/21885">#21885</a></li> <li>Fix NonPersistentDispatcherMultipleConsumers ArrayIndexOutOfBoundsException <a href="https://redirect.github.com/apache/pulsar/pull/21856">#21856</a></li> <li>Fix returns wrong webServiceUrl when both webServicePort and webServicePortTls are set <a href="https://redirect.github.com/apache/pulsar/pull/21842">#21842</a></li> <li>Fix the wrong value of BrokerSrevice.maxUnackedMsgsPerDispatcher <a href="https://redirect.github.com/apache/pulsar/pull/21765">#21765</a></li> <li>Fix the ExtensibleLoadManagerImpl internal system getTopic failure when the leadership changes <a href="https://redirect.github.com/apache/pulsar/pull/21764">#21764</a></li> <li>Fix closing of AbstractDispatcherSingleActiveConsumer and reduce flakiness of test <a href="https://redirect.github.com/apache/pulsar/pull/21736">#21736</a></li> <li>Skip topic auto-creation for ExtensibleLoadManager internal topics <a href="https://redirect.github.com/apache/pulsar/pull/21729">#21729</a></li> <li>Fix ServiceUnitStateChannel monitor to tombstone only inactive bundle states <a href="https://redirect.github.com/apache/pulsar/pull/21721">#21721</a></li> <li>Avoid compaction task stuck when the last message to compact is a marker <a href="https://redirect.github.com/apache/pulsar/pull/21718">#21718</a></li> <li>Fix the issue of topics possibly being deleted <a href="https://redirect.github.com/apache/pulsar/pull/21704">#21704</a></li> <li>CheckTopicExists supports checking partitioned topic without index <a href="https://redirect.github.com/apache/pulsar/pull/21701">#21701</a></li> <li>Remove internalGetListAsync and validatePartitionTopicUpdateAsync <a href="https://redirect.github.com/apache/pulsar/pull/21699">#21699</a></li> <li>Cleanup the empty subscriptionAuthenticationMap in zk when revoke subscription permission <a href="https://redirect.github.com/apache/pulsar/pull/21696">#21696</a></li> <li>Fix typo in the config key <a href="https://redirect.github.com/apache/pulsar/pull/21690">#21690</a></li> <li>network package lost if enable haProxyProtocolEnabled <a href="https://redirect.github.com/apache/pulsar/pull/21684">#21684</a></li> <li>Pulsar Rate Limiting Refactoring changes (PIP-322) <a href="https://redirect.github.com/apache/pulsar/pull/21681">#21681</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/pulsar/commit/802576372132617b5076a44004846f2dbabede08"><code>8025763</code></a> [fix][fn] Add missing <code>version</code> field back to <code>querystate</code> API (<a href="https://redirect.github.com/apache/pulsar/issues/21966">#21966</a>)</li> <li><a href="https://github.com/apache/pulsar/commit/f9e0237403d07c22d3bb2c010049a9ac31ff174d"><code>f9e0237</code></a> [fix] Restored method as deprecated in AbstractMetadataStore (<a href="https://redirect.github.com/apache/pulsar/issues/21950">#21950</a>)</li> <li><a href="https://github.com/apache/pulsar/commit/0a257533f8be35000635e94ab2abd03fad7d1f5c"><code>0a25753</code></a> [fix] [broker] Replication stopped due to unload topic failed (<a href="https://redirect.github.com/apache/pulsar/issues/21947">#21947</a>)</li> <li><a href="https://github.com/apache/pulsar/commit/449c72b6c9e7c7a2115864a339ae111906539b4c"><code>449c72b</code></a> [fix][broker] Avoid consumers receiving acknowledged messages from compacted ...</li> <li><a href="https://github.com/apache/pulsar/commit/0222d970a8233bc070ac54e3ad874ebd019640e9"><code>0222d97</code></a> [fix][test] Make base test class method protected so that it passes ReportUna...</li> <li><a href="https://github.com/apache/pulsar/commit/bca08d98ab742d241d31b2e8d7673273605b2e16"><code>bca08d9</code></a> [fix][broker] Fix getMessageById throws 500 (<a href="https://redirect.github.com/apache/pulsar/issues/21919">#21919</a>)</li> <li><a href="https://github.com/apache/pulsar/commit/b54c5aaf85193cb71757e9de25419f864bd68c55"><code>b54c5aa</code></a> [fix][broker] Fix issue with GetMessageIdByTimestamp can't find match message...</li> <li><a href="https://github.com/apache/pulsar/commit/bb6f83608346b2a9b6abe5b4660fb7626493d176"><code>bb6f836</code></a> [fix][broker] Fix deadlock while skip non-recoverable ledgers. (<a href="https://redirect.github.com/apache/pulsar/issues/21915">#21915</a>)</li> <li><a href="https://github.com/apache/pulsar/commit/698bf9bae54e7ed1284e81fdf18a7abbee96d3a2"><code>698bf9b</code></a> Set 3.2.0 version for pulsar-bom</li> <li><a href="https://github.com/apache/pulsar/commit/e98c4908c511801a00c747f0ded35d009d500b96"><code>e98c490</code></a> [feat][misc] Add Pulsar BOM (Bill of Materials) (<a href="https://redirect.github.com/apache/pulsar/issues/21871">#21871</a>)</li> <li>Additional commits viewable in <a href="https://github.com/apache/pulsar/compare/v3.1.2...v3.2.0">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> -- 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: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org