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

Update DEFAULT_CONFIG.json5 #1722

Merged
merged 1 commit into from
Jan 16, 2025
Merged

Update DEFAULT_CONFIG.json5 #1722

merged 1 commit into from
Jan 16, 2025

Conversation

Mallets
Copy link
Member

@Mallets Mallets commented Jan 15, 2025

Clarify DEFAULT_CONFIG documentation in transport section

Clarify DEFAULT_CONFIG documentation in transport section
Copy link

PR missing one of the required labels: {'internal', 'bug', 'new feature', 'dependencies', 'breaking-change', 'documentation', 'enhancement'}

@Mallets Mallets added the internal Changes not included in the changelog label Jan 15, 2025
@Mallets Mallets requested a review from evshary January 15, 2025 15:53
Copy link
Contributor

@evshary evshary left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, but the config name is confusing.
I think we can deal with this in other PR.

accept_pending: 100,
/// Maximum number of sessions that can be simultaneously alive
/// Maximum number of transports that can be simultaneously alive for a single zenoh sessions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I thought it was the maximum number of sessions for a single transport based on the config name max_sessions. Is it possible for us to change the name? For example, max_per_session or something else.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That would introduce a breaking change in the config I would rather avoid to introduce.

@Mallets Mallets merged commit ea014f4 into main Jan 16, 2025
23 of 27 checks passed
@Mallets Mallets deleted the fix/docs branch January 16, 2025 07:27
JEnoch added a commit to ZettaScaleLabs/rmw_zenoh that referenced this pull request Feb 4, 2025
Yadunund added a commit to ros2/rmw_zenoh that referenced this pull request Feb 4, 2025
* Bump: zenoh-cpp=bd4d741 zenoh-c=15d56e1 zenoh=e17de41

* Config: add new gossip target setting (eclipse-zenoh/zenoh#1678)

* Config: add new interests timeout setting (eclipse-zenoh/zenoh#1710)

* Config: copy updates from eclipse-zenoh/zenoh#1712

* Config: copy updates from eclipse-zenoh/zenoh#1722

* Config: copy updates from eclipse-zenoh/zenoh#1749

* Config: copy updates from eclipse-zenoh/zenoh#1751

* fix: use the commit 15d56e1 to include the allocation feature

* Bump zenoh-c=5fce7fb zenoh=e4ea6f0 (for eclipse-zenoh/zenoh#1754 fixing a routing issue in 1.2.0)

* Update documentation for commits and undo style changes

Signed-off-by: Yadunund <yadunund@gmail.com>

---------

Signed-off-by: Yadunund <yadunund@gmail.com>
Co-authored-by: yuanyuyuan <az6980522@gmail.com>
Co-authored-by: Yadunund <yadunund@gmail.com>
mergify bot pushed a commit to ros2/rmw_zenoh that referenced this pull request Feb 4, 2025
* Bump: zenoh-cpp=bd4d741 zenoh-c=15d56e1 zenoh=e17de41

* Config: add new gossip target setting (eclipse-zenoh/zenoh#1678)

* Config: add new interests timeout setting (eclipse-zenoh/zenoh#1710)

* Config: copy updates from eclipse-zenoh/zenoh#1712

* Config: copy updates from eclipse-zenoh/zenoh#1722

* Config: copy updates from eclipse-zenoh/zenoh#1749

* Config: copy updates from eclipse-zenoh/zenoh#1751

* fix: use the commit 15d56e1 to include the allocation feature

* Bump zenoh-c=5fce7fb zenoh=e4ea6f0 (for eclipse-zenoh/zenoh#1754 fixing a routing issue in 1.2.0)

* Update documentation for commits and undo style changes

Signed-off-by: Yadunund <yadunund@gmail.com>

---------

Signed-off-by: Yadunund <yadunund@gmail.com>
Co-authored-by: yuanyuyuan <az6980522@gmail.com>
Co-authored-by: Yadunund <yadunund@gmail.com>
(cherry picked from commit d322d6f)
mergify bot pushed a commit to ros2/rmw_zenoh that referenced this pull request Feb 4, 2025
* Bump: zenoh-cpp=bd4d741 zenoh-c=15d56e1 zenoh=e17de41

* Config: add new gossip target setting (eclipse-zenoh/zenoh#1678)

* Config: add new interests timeout setting (eclipse-zenoh/zenoh#1710)

* Config: copy updates from eclipse-zenoh/zenoh#1712

* Config: copy updates from eclipse-zenoh/zenoh#1722

* Config: copy updates from eclipse-zenoh/zenoh#1749

* Config: copy updates from eclipse-zenoh/zenoh#1751

* fix: use the commit 15d56e1 to include the allocation feature

* Bump zenoh-c=5fce7fb zenoh=e4ea6f0 (for eclipse-zenoh/zenoh#1754 fixing a routing issue in 1.2.0)

* Update documentation for commits and undo style changes

Signed-off-by: Yadunund <yadunund@gmail.com>

---------

Signed-off-by: Yadunund <yadunund@gmail.com>
Co-authored-by: yuanyuyuan <az6980522@gmail.com>
Co-authored-by: Yadunund <yadunund@gmail.com>
(cherry picked from commit d322d6f)
Yadunund pushed a commit to ros2/rmw_zenoh that referenced this pull request Feb 4, 2025
* Bump: zenoh-cpp=bd4d741 zenoh-c=15d56e1 zenoh=e17de41

* Config: add new gossip target setting (eclipse-zenoh/zenoh#1678)

* Config: add new interests timeout setting (eclipse-zenoh/zenoh#1710)

* Config: copy updates from eclipse-zenoh/zenoh#1712

* Config: copy updates from eclipse-zenoh/zenoh#1722

* Config: copy updates from eclipse-zenoh/zenoh#1749

* Config: copy updates from eclipse-zenoh/zenoh#1751

* fix: use the commit 15d56e1 to include the allocation feature

* Bump zenoh-c=5fce7fb zenoh=e4ea6f0 (for eclipse-zenoh/zenoh#1754 fixing a routing issue in 1.2.0)

* Update documentation for commits and undo style changes

Signed-off-by: Yadunund <yadunund@gmail.com>

---------

Signed-off-by: Yadunund <yadunund@gmail.com>
Co-authored-by: yuanyuyuan <az6980522@gmail.com>
Co-authored-by: Yadunund <yadunund@gmail.com>
(cherry picked from commit d322d6f)

Co-authored-by: Julien Enoch <julien.e@zettascale.tech>
Yadunund pushed a commit to ros2/rmw_zenoh that referenced this pull request Feb 4, 2025
* Bump: zenoh-cpp=bd4d741 zenoh-c=15d56e1 zenoh=e17de41

* Config: add new gossip target setting (eclipse-zenoh/zenoh#1678)

* Config: add new interests timeout setting (eclipse-zenoh/zenoh#1710)

* Config: copy updates from eclipse-zenoh/zenoh#1712

* Config: copy updates from eclipse-zenoh/zenoh#1722

* Config: copy updates from eclipse-zenoh/zenoh#1749

* Config: copy updates from eclipse-zenoh/zenoh#1751

* fix: use the commit 15d56e1 to include the allocation feature

* Bump zenoh-c=5fce7fb zenoh=e4ea6f0 (for eclipse-zenoh/zenoh#1754 fixing a routing issue in 1.2.0)

* Update documentation for commits and undo style changes

Signed-off-by: Yadunund <yadunund@gmail.com>

---------

Signed-off-by: Yadunund <yadunund@gmail.com>
Co-authored-by: yuanyuyuan <az6980522@gmail.com>
Co-authored-by: Yadunund <yadunund@gmail.com>
(cherry picked from commit d322d6f)

Co-authored-by: Julien Enoch <julien.e@zettascale.tech>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal Changes not included in the changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants