-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,9 @@ | |
|
||
<name>Stream project</name> | ||
<description> | ||
Streaming processing framework, source, channel, sink, support mqtt, Kafka and other components | ||
Stream supports lightweight messaging within Spring-based applications and supports integration with external systems through declarative adapters. | ||
These adapters provide a higher level of abstraction than Spring's support for remote processing, messaging, and scheduling. | ||
The main goal of Stream is to provide a simple model for building enterprise integration solutions while maintaining separation of concerns, which is essential for producing maintainable and testable code. | ||
</description> | ||
<url>https://github.com/wendy512/stream</url> | ||
|
||
|
@@ -216,7 +218,8 @@ | |
|
||
<developers> | ||
<developer> | ||
<name>[email protected]</name> | ||
<name>Jeff</name> | ||
<email>[email protected]</email> | ||
<url>https://github.com/wendy512</url> | ||
<timezone>+8</timezone> | ||
<roles> | ||
|