vmware-archive / kafka-trigger

Kubernetes CRD controller for Kafka topic as event source for Kubeless functions
Apache License 2.0
28 stars 34 forks source link

Invoking k8s service with proper k8s domain #23

Open mgolovatiy-atconsulting-ru opened 4 years ago

mgolovatiy-atconsulting-ru commented 4 years ago

Issue Ref: #22

Description:

Invoking k8s service with proper k8s domain (in case kubelet runs with --cluster-domain option)

TODOs:

mgolovatiy-atconsulting-ru commented 4 years ago

What wrong with code format?

andresmgot commented 4 years ago

You can try executing:

gofmt -s -w pkg/event-consumers/kafka/kafka-consumer.go
gofmt -s -w pkg/utils/event_sender_test.go

and commit the result