import { Controller } from "@nestjs/common"; import { KafkaService } from ".."; @Controller("example") export class ExampleController { constructor(private kafkaService: KafkaService) {} }