Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove set_priority and set_congestion_control from publisher #1124

Merged
merged 1 commit into from
Jun 12, 2024

Conversation

Mallets
Copy link
Member

@Mallets Mallets commented Jun 12, 2024

A publisher is configured with all the necessary parameters at building time.
This allows Zenoh to know which parameters are going to be used for future publications and prepare the underlying infrastructure/network accordingly. By allowing to update the publisher parameters it becomes more difficult to prepare and/or pre-provision resources. Therefore, it is safer to remove the possibility in the API.

@milyin milyin merged commit f19741b into dev/1.0.0 Jun 12, 2024
17 of 19 checks passed
@Mallets Mallets deleted the fix/api_publisher branch June 12, 2024 10:48
DariusIMP added a commit to ZettaScaleLabs/zenoh-kotlin that referenced this pull request Jun 12, 2024
DariusIMP added a commit to ZettaScaleLabs/zenoh-kotlin that referenced this pull request Jun 12, 2024
DariusIMP added a commit to ZettaScaleLabs/zenoh-kotlin that referenced this pull request Jun 12, 2024
OlivierHecart pushed a commit to eclipse-zenoh/zenoh-kotlin that referenced this pull request Jun 12, 2024
… express config to publisher builder (#110)

* issue(Publisher QoS): adding express config for the Publisher.

* issue(Publisher QoS): removing publisher setPriority and setCongestionControl during runtime.

Done after changes on Zenoh from eclipse-zenoh/zenoh#1124

* issue(Publisher QoS): refactoring publisher.rs on zenoh-jni
DariusIMP added a commit to ZettaScaleLabs/zenoh-kotlin that referenced this pull request Aug 5, 2024
… express config to publisher builder (eclipse-zenoh#110)

* issue(Publisher QoS): adding express config for the Publisher.

* issue(Publisher QoS): removing publisher setPriority and setCongestionControl during runtime.

Done after changes on Zenoh from eclipse-zenoh/zenoh#1124

* issue(Publisher QoS): refactoring publisher.rs on zenoh-jni
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

2 participants