This is an automated email from the ASF dual-hosted git repository.
mmerli pushed a change to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/incubator-pulsar.git.
from 8c1e779 Fixed event time metadata on batched messages (#1882)
new 09a90fe Fix build with boost >= 1.65 (#1783)
new 8fce0b0 Added docker files and script to build static client library
and Python bindings on Linux (#1793)
new 41a2cad Support non persistent topics in C++ client (#1819)
new d83894d Fixed script to build all versions Python wheel files (#1856)
The 4 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:
pulsar-client-cpp/docker/Dockerfile | 144 +++++++++++++++++++++
.../docker/build-client-lib-within-docker.sh | 20 +--
.../docker/build-client-lib.sh | 28 ++--
.../docker/build-wheel-file-within-docker.sh | 22 ++--
.../{docker-tests.sh => docker/build-wheels.sh} | 40 +++---
.../docker/create-images.sh | 41 +++---
.../docker/push-images.sh | 44 ++++---
pulsar-client-cpp/lib/ClientConnection.cc | 2 +-
pulsar-client-cpp/lib/TopicName.cc | 2 +-
pulsar-client-cpp/tests/BasicEndToEndTest.cc | 4 +-
pulsar-client-cpp/tests/TopicNameTest.cc | 10 ++
11 files changed, 268 insertions(+), 89 deletions(-)
create mode 100644 pulsar-client-cpp/docker/Dockerfile
copy site/scripts/doxygen-doc-gen.sh =>
pulsar-client-cpp/docker/build-client-lib-within-docker.sh (69%)
copy pulsar-common/generate_protobuf_docker.sh =>
pulsar-client-cpp/docker/build-client-lib.sh (67%)
copy site/scripts/doxygen-doc-gen.sh =>
pulsar-client-cpp/docker/build-wheel-file-within-docker.sh (70%)
copy pulsar-client-cpp/{docker-tests.sh => docker/build-wheels.sh} (63%)
copy dashboard/conf/uwsgi.ini => pulsar-client-cpp/docker/create-images.sh
(56%)
mode change 100644 => 100755
copy dashboard/conf/uwsgi.ini => pulsar-client-cpp/docker/push-images.sh (56%)
mode change 100644 => 100755
--
To stop receiving notification emails like this one, please contact
[email protected].