oh, there's closed issue that i looking for.. was this issue solved?
In my case, i created Kafka reader spring batch which is triggered by KEDA topic.
and i wanted to intergrate project and looking for switch~case logic.
ex)
topic-1 triggers app-1
topiic-2 triggers app-2
i just think it would be nice for job to know which topic triggers the job in runtime, although somethings like metadata is not available. topic would be enough
In my case, i created Kafka reader spring batch which is triggered by KEDA topic. and i wanted to intergrate project and looking for switch~case logic. ex) topic-1 triggers app-1 topiic-2 triggers app-2
so i thought this below works, but closed..
Originally posted by @inha18minseokkim in https://github.com/kedacore/keda/issues/5218#issuecomment-2426597127