netifi / proteus-spring-kafka-example

A Proteus example using RSocket RPC, and Kafka

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

proteus-spring-kafka-example

Simple project that shows how to use reactor-kafka with Proteus

Projects

This repo contains the following projects:

  • client - Client asks for a stream of numbers
  • client-js - Web Browser client that request streams of numbers
  • service - Service that reads a stream of numbers for kafka
  • service-idl - Definition of the API served by the service
  • number-generator - Application sends random numbers to kafka

Prerequisites

The Proteus Spring Kafka Examples requires you have the following items installed on your machine:

Proteus Broker Startup

docker run -p 8001:8001 -p 7001:7001 -p 9000:9000 -p 8101:8101
-e BROKER_SERVER_OPTS="'-Dnetifi.authentication.0.accessKey=9007199254740991'
'-Dnetifi.broker.console.enabled=true'
'-Dnetifi.broker.ssl.disabled=true'
'-Dnetifi.authentication.0.accessToken=kTBDVtfRBO4tHOnZzSyY5ym2kfY='
'-Dnetifi.broker.admin.accessKey=9007199254740991'
'-Dnetifi.broker.admin.accessToken=kTBDVtfRBO4tHOnZzSyY5ym2kfY='" netifi/proteus:1.5.3

Bugs and Feedback

For bugs, questions, and discussions please use the Github Issues.

License

Copyright 2019 Netifi Inc.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

A Proteus example using RSocket RPC, and Kafka

License:Apache License 2.0


Languages

Language:JavaScript 99.1%Language:Java 0.9%Language:HTML 0.0%Language:Shell 0.0%