-
Notifications
You must be signed in to change notification settings - Fork 13.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FLINK-21373][connectors/rabbitmq2] RabbitMQ Connector using FLIP-143…
… Sink API RabbitMQ Connector using new Sink API https://issues.apache.org/jira/browse/FLINK-21373 Co-authored-by: Yannik SchrÃder <schroeder_yannik@web.de> Co-authored-by: Jan Westphal <jan.westphal306@gmail.com>
- Loading branch information
1 parent
e4d630f
commit 9ef2375
Showing
24 changed files
with
1,886 additions
and
106 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
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
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
14 changes: 14 additions & 0 deletions
14
...tor-rabbitmq2/src/main/java/org/apache/flink/connector/rabbitmq2/sink/README.md
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# License of the RabbitMQ Connector | ||
|
||
Flink's RabbitMQ connector defines a Maven dependency on the | ||
"RabbitMQ AMQP Java Client", is triple-licensed under the Mozilla Public License 1.1 ("MPL"), | ||
the GNU General Public License version 2 ("GPL") and the Apache License version 2 ("ASL"). | ||
|
||
Flink itself neither reuses source code from the "RabbitMQ AMQP Java Client" | ||
nor packages binaries from the "RabbitMQ AMQP Java Client". | ||
|
||
Users that create and publish derivative work based on Flink's | ||
RabbitMQ connector (thereby re-distributing the "RabbitMQ AMQP Java Client") | ||
must be aware that this may be subject to conditions declared in the | ||
Mozilla Public License 1.1 ("MPL"), the GNU General Public License version 2 ("GPL") | ||
and the Apache License version 2 ("ASL"). |
Oops, something went wrong.