This is an automated email from the ASF dual-hosted git repository.
eolivelli pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git.
from 56bad04 Upgrade Jetty libraries to 9.4.39.v20210325 (#10177)
add 42e92a7 Pulsar IO: Allow to develop Sinks that support Schema but
without setting it at build time (Sink<GenericObject>) (#10034)
No new revisions were added by this update.
Summary of changes:
.../pulsar/functions/source/TopicSchema.java | 8 +-
...pertySource.java => TestGenericObjectSink.java} | 42 ++---
.../io/PulsarGenericObjectSinkTest.java | 203 +++++++++++++++++++++
.../src/test/resources/pulsar-function.xml | 1 +
4 files changed, 226 insertions(+), 28 deletions(-)
copy
tests/docker-images/java-test-functions/src/main/java/org/apache/pulsar/tests/integration/io/{TestPropertySource.java
=> TestGenericObjectSink.java} (54%)
create mode 100644
tests/integration/src/test/java/org/apache/pulsar/tests/integration/io/PulsarGenericObjectSinkTest.java