Package

io.scalajs.npm

kafkarest

Permalink

package kafkarest

Visibility
  1. Public
  2. All

Type Members

  1. class AvroSchema extends Object

    Permalink

    Avro Schema

    Avro Schema

    Annotations
    @RawJSType() @native() @JSImport( "kafka-rest" , "AvroSchema" )
  2. class BinarySchema extends Object

    Permalink

    Binary Schema

    Binary Schema

    Annotations
    @RawJSType() @native() @JSImport( "kafka-rest" , "BinarySchema" )
  3. trait Broker extends Object

    Permalink

    Kafka Broker

    Kafka Broker

    Annotations
    @RawJSType() @native()
  4. trait BrokerCollection extends Object

    Permalink

    Kafka Brokers Object

    Kafka Brokers Object

    Annotations
    @RawJSType() @native()
  5. trait Consumer extends Object

    Permalink

    Kafka Consumer

    Kafka Consumer

    Annotations
    @RawJSType() @native()
  6. class ConsumerCollection extends Object

    Permalink

    Kafka Consumers Object

    Kafka Consumers Object

    Annotations
    @RawJSType() @native()
  7. class KafkaRest extends Object

    Permalink

    Confluent REST Proxy wrapper library

    Confluent REST Proxy wrapper library

    Annotations
    @RawJSType() @native() @JSImport( "kafka-rest" , JSImport.Namespace )
    Version

    0.0.4

    See also

    http://www.confluent.io/blog/getting-started-with-kafka-in-node-js-with-the-confluent-rest-proxy/

  8. class KafkaRestOptions extends Object

    Permalink

    Kafka Rest Options

    Kafka Rest Options

    Annotations
    @RawJSType() @ScalaJSDefined()
  9. class KeyedMessage extends Object

    Permalink

    Kafka Keyed Message

    Kafka Keyed Message

    Annotations
    @RawJSType() @ScalaJSDefined()
  10. trait Partition extends Object

    Permalink

    Topic Partition

    Topic Partition

    Annotations
    @RawJSType() @native()
  11. class PartitionCollection extends Object

    Permalink

    Partition Collection

    Partition Collection

    Annotations
    @RawJSType() @native()
  12. class Schema extends Object

    Permalink

    Kafka-Rest Avro Schema

    Kafka-Rest Avro Schema

    Annotations
    @RawJSType() @native() @JSImport( "kafka-rest" , "Schema" )
  13. trait Topic extends Object

    Permalink

    Kafka Topic

    Kafka Topic

    Annotations
    @RawJSType() @native()
  14. trait TopicCollection extends Object

    Permalink

    Kafka Topics

    Kafka Topics

    Annotations
    @RawJSType() @native()

Value Members

  1. object BrokerCollection

    Permalink

    Kafka Brokers Companion

  2. object ConsumerCollection

    Permalink

    Kafka Consumers Companion

  3. object Partition

    Permalink

    Topic Partition Companion

  4. object Schema

    Permalink

    Schema Companion

  5. object TopicCollection

    Permalink

    Kafka Topics Companion

Ungrouped