feat: add new p2p-messaging plugin#285
Merged
bittcrafter merged 1 commit intormqtt:masterfrom Sep 14, 2025
Merged
Conversation
Introduces a new peer-to-peer messaging plugin to the RMQTT ecosystem. **Changes Made:** * Added new plugin dependency `rmqtt-p2p-messaging` in workspace Cargo.toml * Updated plugin version to 0.16.0 in package metadata * Included the plugin in rmqtt-bin executable dependencies * Added plugin to plugins Cargo.toml features (full and p2p-messaging) * Registered plugin in plugins library exports * Added plugin to default startup configuration in rmqtt.toml * Included plugin registration example in plugins example code **Files Modified:** * Cargo.toml - Added new plugin dependency * rmqtt-bin/Cargo.toml - Added plugin to binary dependencies * rmqtt-plugins/Cargo.toml - Added plugin feature flags * rmqtt-plugins/src/lib.rs - Added plugin module export * rmqtt.toml - Added plugin to default startup list * rmqtt/examples/plugins/src/main.rs - Added plugin registration example This new plugin enables peer-to-peer messaging capabilities within the RMQTT broker ecosystem.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Introduces a new peer-to-peer messaging plugin to the RMQTT ecosystem.
Changes Made:
rmqtt-p2p-messagingin workspace Cargo.tomlFiles Modified:
This new plugin enables peer-to-peer messaging capabilities within the RMQTT broker ecosystem.