New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

gapi-apache-kafka

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gapi-apache-kafka

![Build Status](http://gitlab.youvolio.com/gapi/gapi/badges/branch/build.svg)

latest
Source
npmnpm
Version
0.7.4
Version published
Maintainers
1
Created
Source

@Gapi Kafka Module

Build Status

@Gapi Kafka module

For questions/issues you can write ticket here
This module is intended to be used with GAPI

Installation and basic examples:

To install this Gapi module, run:
$ npm install Stradivario/gapi-apache-kafka --save

Consuming gapi-apache-kafka

Import inside AppModule or CoreModule

import { GapiModule } from 'gapi';
import { GapiKafkaModule } from 'gapi-apache-kafka';

@GapiModule({
    imports: [
        GapiKafkaModule.forRoot({
                host: '182.10.0.5',
                port: 9092
            })
    ]
})
export class CoreModule { }

TODO: Better documentation...

Enjoy ! :)

Keywords

graphql

FAQs

Package last updated on 26 Mar 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts