kruize / autotune

Autonomous Performance Tuning for Kubernetes!
Apache License 2.0
155 stars 53 forks source link

Pluggable Kafka methods #1123

Open saltgen opened 5 months ago

saltgen commented 5 months ago

With these changes Kruize would be able to,

  1. listen for payloads
  2. publish recommendations in an async manner

Changes:

  1. Config setup for kafka connection params
  2. Listener consumer method
  3. Callable producer method

P.S. The application logic is yet to be integrated with above methods.