This is an automated email from the ASF dual-hosted git repository.
chetanm pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk.git.
from e9dd207 Allow decision about action result inclusion in logs on a per
call basis (#4604)
add 94fccbc Embedded Kafka support in OpenWhisk Standalone mode (#4628)
No new revisions were added by this update.
Summary of changes:
core/standalone/README.md | 67 +++++++++--
core/standalone/build.gradle | 5 +
.../src/main/resources/logback-standalone.xml | 2 +
.../openwhisk/standalone/KafkaLauncher.scala | 128 +++++++++++++++++++++
.../openwhisk/standalone/StandaloneOpenWhisk.scala | 75 +++++++++++-
.../standalone/StandaloneCouchTests.scala | 17 +--
.../StandaloneKafkaTests.scala} | 13 ++-
.../standalone/StandaloneSanityTestSupport.scala} | 19 ++-
.../standalone/StandaloneServerFixture.scala | 7 +-
9 files changed, 292 insertions(+), 41 deletions(-)
create mode 100644
core/standalone/src/main/scala/org/apache/openwhisk/standalone/KafkaLauncher.scala
copy
tests/src/test/scala/org/apache/openwhisk/{core/database/s3/S3AttachmentStoreMinioTests.scala
=> standalone/StandaloneKafkaTests.scala} (65%)
copy
tests/{performance/gatling_tests/src/gatling/resources/data/swiftAction.swift
=>
src/test/scala/org/apache/openwhisk/standalone/StandaloneSanityTestSupport.scala}
(70%)