You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by xi...@apache.org on 2023/01/08 12:25:59 UTC

[storm] branch master updated (eee796489 -> f699ba5ad)

This is an automated email from the ASF dual-hosted git repository.

xinwang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/storm.git


    from eee796489 [STORM-3889] Bump snakeyaml from 1.26 to 1.32 (#3507)
     new 6f184d326 [STORM-3887] Add AWS Kafka command processor
     new 101ff47f4 [STORM-3887] Add license for init.sh
     new f699ba5ad Merge pull request #3505 from bipinprasad/storm-3887

The 10523 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 aws-bin/README                                     |   8 +
 aws-bin/aws_kafka.py                               | 234 +++++++++++++++++++++
 .../src/py_license_header.txt => aws-bin/init.sh   |   6 +-
 3 files changed, 246 insertions(+), 2 deletions(-)
 create mode 100644 aws-bin/README
 create mode 100755 aws-bin/aws_kafka.py
 copy storm-client/src/py_license_header.txt => aws-bin/init.sh (85%)
 mode change 100644 => 100755