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

piotr pushed a change to branch connectors_config
in repository https://gitbox.apache.org/repos/asf/iggy.git


 discard dc308476 Init work on connectors config
     add 934cf1c3 chore(ci): java-sdk export nexus username and password as env 
(#1925)
     add b3c0345f repo(io_uring): add branch protection for io_uring branch 
(#1927)
     add 827abeda feat(connectors): add protobuf support to connectors runtime 
(#1886)
     new 18994dd2 Init work on connectors config

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (dc308476)
            \
             N -- N -- N   refs/heads/connectors_config (18994dd2)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 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:
 .asf.yaml                                          |    5 +
 .convco                                            |    2 +-
 .github/workflows/publish_java_sdk.yml             |    5 +-
 .github/workflows/publish_java_sdk_snapshots.yml   |    5 +-
 Cargo.lock                                         |  118 +-
 DEPENDENCIES.md                                    |   10 +
 core/connectors/sdk/Cargo.toml                     |    8 +
 core/connectors/sdk/README.md                      |  159 +++
 .../sdk/examples/user.proto}                       |   27 +-
 core/connectors/sdk/src/decoders/mod.rs            |    1 +
 core/connectors/sdk/src/decoders/proto.rs          |  831 ++++++++++++++
 core/connectors/sdk/src/encoders/mod.rs            |    1 +
 core/connectors/sdk/src/encoders/proto.rs          | 1111 +++++++++++++++++++
 core/connectors/sdk/src/lib.rs                     |   35 +-
 core/connectors/sdk/src/transforms/mod.rs          |    8 +
 .../connectors/sdk/src/transforms/proto_convert.rs | 1171 ++++++++++++++++++++
 core/connectors/sdk/tests/protobuf_integration.rs  |  427 +++++++
 foreign/java/java-sdk/build.gradle.kts             |    4 +-
 18 files changed, 3911 insertions(+), 17 deletions(-)
 copy core/{server/src/streaming/utils/crypto.rs => 
connectors/sdk/examples/user.proto} (66%)
 create mode 100644 core/connectors/sdk/src/decoders/proto.rs
 create mode 100644 core/connectors/sdk/src/encoders/proto.rs
 create mode 100644 core/connectors/sdk/src/transforms/proto_convert.rs
 create mode 100644 core/connectors/sdk/tests/protobuf_integration.rs

Reply via email to