-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds support for Knative and Keda co-existence. Which platform to run…
… is determined by the PLATFORM environment variable. Environment variables are conditionally loaded for Keda if that platform is set. Keda will process one kafka message from fan out events with a manual commit. Timing events come from the Kafka message header. A timeout is defined for the Kafka message polling to obtain a fan out next visit message so that the message polling does not run continually when pods are scaled up. The bucket notification consumer offset is changed from statically set to latest to an environment variable with a default of latest.
- Loading branch information
Showing
1 changed file
with
146 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters