Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[release-v1.14] Allow enabling sarama logging and disabling client pool and Upgrade knative.dev/eventing to latest 1.14 #1279

Open
wants to merge 3 commits into
base: release-v1.14
Choose a base branch
from

Commits on Sep 24, 2024

  1. [release-1.14] Allow enabling sarama logging and disabling client pool (

    knative-extensions#4103) (knative-extensions#4107)
    
    * Allow enabling sarama logging and disabling client pool (knative-extensions#4103)
    
    Add 3 new environment variables:
    ```
    ENABLE_SARAMA_LOGGER       (default: false)
    ENABLE_SARAMA_DEBUG_LOGGER (default: false)
    ENABLE_SARAMA_CLIENT_POOL  (default: true)
    ```
    
    Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com>
    
    * Set GetKafkaClient
    
    Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com>
    
    ---------
    
    Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com>
    pierDipi committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    76e4ea6 View commit details
    Browse the repository at this point in the history
  2. [release-1.14] Upgrade knative.dev/eventing to latest 1.14 (knative-e…

    …xtensions#4113)
    
    * Upgrade knative.dev/eventing to latest 1.14
    
    Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com>
    
    * Pass PodLister as expected
    
    Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com>
    
    * Migrate to library SchedulerFunc to use the new signature
    
    Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com>
    
    ---------
    
    Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com>
    pierDipi committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    6e9fc1d View commit details
    Browse the repository at this point in the history
  3. Fix dispatcherPodLister and run make generate-release

    Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com>
    pierDipi committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    ad34290 View commit details
    Browse the repository at this point in the history