When I setup a kafka broker, its URL by default using
e.g. "http://kafka-broker-ingress.knative-eventing.svc.cluster.local/example/default"
I am only able to send event from resource within k8 cluster.
Is it possible to setup a kafka broker using public facing URL, so that it could receive events from outside the cluster? If can. How?
Thank you