You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by cw...@apache.org on 2021/03/09 23:17:44 UTC

[druid] branch master updated (a57c28e -> 36e86a2)

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

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


    from a57c28e  prometheus metric exporter (#10412)
     add 36e86a2  Add protobuf schema registry (#10839)

No new revisions were added by this update.

Summary of changes:
 .../druid/benchmark/ProtobufParserBenchmark.java   |   7 +-
 distribution/bin/check-licenses.py                 |   1 +
 docs/development/extensions-core/protobuf.md       |  92 ++++++++++-
 extensions-core/protobuf-extensions/pom.xml        |  62 +++++++-
 ...ser.java => FileBasedProtobufBytesDecoder.java} |  91 ++---------
 .../data/input/protobuf/ProtobufBytesDecoder.java  |  19 +--
 .../input/protobuf/ProtobufInputRowParser.java     |  99 ++----------
 .../SchemaRegistryBasedProtobufBytesDecoder.java   | 111 +++++++++++++
 .../FileBasedProtobufBytesDecoderTest.java         |  76 +++++++++
 .../input/protobuf/ProtobufInputRowParserTest.java | 107 +++++++------
 ...chemaRegistryBasedProtobufBytesDecoderTest.java | 175 +++++++++++++++++++++
 licenses.yaml                                      |  23 ++-
 12 files changed, 626 insertions(+), 237 deletions(-)
 copy extensions-core/protobuf-extensions/src/main/java/org/apache/druid/data/input/protobuf/{ProtobufInputRowParser.java => FileBasedProtobufBytesDecoder.java} (53%)
 copy core/src/main/java/org/apache/druid/metadata/DynamicConfigProvider.java => extensions-core/protobuf-extensions/src/main/java/org/apache/druid/data/input/protobuf/ProtobufBytesDecoder.java (69%)
 create mode 100644 extensions-core/protobuf-extensions/src/main/java/org/apache/druid/data/input/protobuf/SchemaRegistryBasedProtobufBytesDecoder.java
 create mode 100644 extensions-core/protobuf-extensions/src/test/java/org/apache/druid/data/input/protobuf/FileBasedProtobufBytesDecoderTest.java
 create mode 100644 extensions-core/protobuf-extensions/src/test/java/org/apache/druid/data/input/protobuf/SchemaRegistryBasedProtobufBytesDecoderTest.java


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org