This is an automated email from the ASF dual-hosted git repository. tzulitai pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/flink-statefun.git.
from 6cbef16 [release] Update version to 2.1-SNAPSHOT new a1085a7 [FLINK-16723] Move python-k8s example to statefun-examples new d74c1b2 [FLINK-16569] [py] Allow empty keys in kafka_egress_builder method new b92f6d1 [hotfix] [py] Rename kafka_egress_builder to kafka_egress_record new 34bcee8 [hotfix] [kafka] Non-set Kafka keys should be empty strings 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: .../statefun-python-k8s}/Dockerfile.python-worker | 0 .../statefun-python-k8s}/Dockerfile.statefun | 0 .../k8s => statefun-examples/statefun-python-k8s}/README.md | 0 .../statefun-python-k8s}/build-example.sh | 2 +- .../statefun-python-k8s}/event-generator.py | 0 .../k8s => statefun-examples/statefun-python-k8s}/main.py | 4 ++-- .../k8s => statefun-examples/statefun-python-k8s}/messages.proto | 0 .../statefun-python-k8s}/messages_pb2.py | 0 .../k8s => statefun-examples/statefun-python-k8s}/module.yaml | 0 .../statefun-python-k8s}/requirements.txt | 0 .../statefun-python-k8s}/resources/Chart.yaml | 0 .../statefun-python-k8s}/resources/templates/config-map.yaml | 0 .../resources/templates/master-deployment.yaml | 0 .../resources/templates/master-rest-service.yaml | 0 .../statefun-python-k8s}/resources/templates/master-service.yaml | 0 .../resources/templates/python-worker-deployment.yaml | 0 .../resources/templates/python-worker-service.yaml | 0 .../resources/templates/worker-deployment.yaml | 0 .../statefun-python-k8s}/resources/values.yaml | 0 .../statefun/flink/io/kafka/GenericKafkaEgressSerializer.java | 2 +- statefun-python-sdk/statefun/__init__.py | 2 +- statefun-python-sdk/statefun/core.py | 9 ++++----- statefun-python-sdk/tests/request_reply_test.py | 6 ++++-- 23 files changed, 13 insertions(+), 12 deletions(-) rename {statefun-python-sdk/examples/k8s => statefun-examples/statefun-python-k8s}/Dockerfile.python-worker (100%) rename {statefun-python-sdk/examples/k8s => statefun-examples/statefun-python-k8s}/Dockerfile.statefun (100%) rename {statefun-python-sdk/examples/k8s => statefun-examples/statefun-python-k8s}/README.md (100%) rename {statefun-python-sdk/examples/k8s => statefun-examples/statefun-python-k8s}/build-example.sh (93%) rename {statefun-python-sdk/examples/k8s => statefun-examples/statefun-python-k8s}/event-generator.py (100%) rename {statefun-python-sdk/examples/k8s => statefun-examples/statefun-python-k8s}/main.py (93%) rename {statefun-python-sdk/examples/k8s => statefun-examples/statefun-python-k8s}/messages.proto (100%) rename {statefun-python-sdk/examples/k8s => statefun-examples/statefun-python-k8s}/messages_pb2.py (100%) rename {statefun-python-sdk/examples/k8s => statefun-examples/statefun-python-k8s}/module.yaml (100%) rename {statefun-python-sdk/examples/k8s => statefun-examples/statefun-python-k8s}/requirements.txt (100%) rename {statefun-python-sdk/examples/k8s => statefun-examples/statefun-python-k8s}/resources/Chart.yaml (100%) rename {statefun-python-sdk/examples/k8s => statefun-examples/statefun-python-k8s}/resources/templates/config-map.yaml (100%) rename {statefun-python-sdk/examples/k8s => statefun-examples/statefun-python-k8s}/resources/templates/master-deployment.yaml (100%) rename {statefun-python-sdk/examples/k8s => statefun-examples/statefun-python-k8s}/resources/templates/master-rest-service.yaml (100%) rename {statefun-python-sdk/examples/k8s => statefun-examples/statefun-python-k8s}/resources/templates/master-service.yaml (100%) rename {statefun-python-sdk/examples/k8s => statefun-examples/statefun-python-k8s}/resources/templates/python-worker-deployment.yaml (100%) rename {statefun-python-sdk/examples/k8s => statefun-examples/statefun-python-k8s}/resources/templates/python-worker-service.yaml (100%) rename {statefun-python-sdk/examples/k8s => statefun-examples/statefun-python-k8s}/resources/templates/worker-deployment.yaml (100%) rename {statefun-python-sdk/examples/k8s => statefun-examples/statefun-python-k8s}/resources/values.yaml (100%)