Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

[KafkaSource] Use the control protocol to expose the consumer group status #328

Commits on Apr 7, 2021

  1. Use the control protocol to expose the consumer group status in the K…

    …afkaSource status
    
    Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>
    slinkydeveloper committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    a92730e View commit details
    Browse the repository at this point in the history
  2. Fixes to make this thing working

    Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>
    slinkydeveloper committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    9b8930a View commit details
    Browse the repository at this point in the history
  3. Updated after slinkydeveloper/control-data-plane-communication#7

    Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>
    slinkydeveloper committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    70be9e1 View commit details
    Browse the repository at this point in the history
  4. Sync with latest changes from the prototype

    Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>
    slinkydeveloper committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    243b5bc View commit details
    Browse the repository at this point in the history
  5. Fixed conflicts

    Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>
    slinkydeveloper committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    9fe88e9 View commit details
    Browse the repository at this point in the history
  6. Deps

    Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>
    slinkydeveloper committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    644b257 View commit details
    Browse the repository at this point in the history
  7. Removed some code

    Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>
    slinkydeveloper committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    c9ae344 View commit details
    Browse the repository at this point in the history
  8. Now depending on knative.dev/control-protocol

    Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>
    slinkydeveloper committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    68ba97a View commit details
    Browse the repository at this point in the history
  9. Fixed goimports

    Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>
    slinkydeveloper committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    bac78b1 View commit details
    Browse the repository at this point in the history
  10. Just add this as status, not as condition

    Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>
    slinkydeveloper committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    dc95847 View commit details
    Browse the repository at this point in the history
  11. Fix after the update

    Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>
    slinkydeveloper committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    f4c79d5 View commit details
    Browse the repository at this point in the history
  12. Another massage of go mods

    Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>
    slinkydeveloper committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    3085f57 View commit details
    Browse the repository at this point in the history
  13. Added status field for conversion

    Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>
    slinkydeveloper committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    c8b91ea View commit details
    Browse the repository at this point in the history
  14. My bad

    Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>
    slinkydeveloper committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    6593efe View commit details
    Browse the repository at this point in the history
  15. More beautification

    Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>
    slinkydeveloper committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    c7ea2d0 View commit details
    Browse the repository at this point in the history
  16. Reverted license for i don't know what reason

    Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>
    slinkydeveloper committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    62fc1e1 View commit details
    Browse the repository at this point in the history
  17. Update

    Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>
    slinkydeveloper committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    3706388 View commit details
    Browse the repository at this point in the history
  18. Added a test too

    Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>
    slinkydeveloper committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    a6f6b6a View commit details
    Browse the repository at this point in the history
  19. Fix Claims test

    Trying to debug the kafka source update test
    
    Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>
    slinkydeveloper committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    cd63da0 View commit details
    Browse the repository at this point in the history
  20. Ok we don't need this

    Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>
    slinkydeveloper committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    eef54e4 View commit details
    Browse the repository at this point in the history
  21. I guess there's some race here?

    Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>
    slinkydeveloper committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    2cb87b0 View commit details
    Browse the repository at this point in the history
  22. Yeah I know i'm cheating

    Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>
    slinkydeveloper committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    5ec97b9 View commit details
    Browse the repository at this point in the history
  23. Rebase changes

    Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>
    slinkydeveloper committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    be432d7 View commit details
    Browse the repository at this point in the history
  24. Rebase changes

    Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>
    slinkydeveloper committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    759cd92 View commit details
    Browse the repository at this point in the history
  25. Update

    Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>
    slinkydeveloper committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    ee56189 View commit details
    Browse the repository at this point in the history
  26. Update

    Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>
    slinkydeveloper committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    f133168 View commit details
    Browse the repository at this point in the history
  27. Skipping the KafkaSourceUpdate test

    Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>
    slinkydeveloper committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    3bcb691 View commit details
    Browse the repository at this point in the history