Skip to content

Instantly share code, notes, and snippets.

{
"branch": "master",
"plugins": [
["@semantic-release/commit-analyzer", {
"preset": "angular",
"parserOpts": {
"noteKeywords": ["BREAKING CHANGE", "BREAKING CHANGES", "BREAKING"]
}
}],
["@semantic-release/release-notes-generator", {
import { Injectable, OnModuleInit } from '@nestjs/common';
import { ConfigService } from '@nestjs/config';
import { Logger } from 'nestjs-pino';
// eslint-disable-next-line
const KafkaAvro = require('kafka-avro');
@Injectable()
export class KafkaService implements OnModuleInit {
client: any;