
npm install @gapi/apache-kafka#### @Gapi Kafka module
##### For questions/issues you can write ticket here
##### This module is intended to be used with GAPI
``bash`
$ npm install Stradivario/gapi-apache-kafka --save
MAINTENANCE NEEDED!! Not updated to version 1.0.0!
##### Import inside AppModule or CoreModule
`typescript
import { Module } from 'gapi';
import { KafkaModule } from 'gapi-apache-kafka';
@Module({
imports: [
KafkaModule.forRoot({
host: '182.10.0.5',
port: 9092
})
]
})
export class CoreModule { }
``
TODO: Better documentation...
Enjoy ! :)