xtordoir / kafkasoanda

Kafka Stream processing Oanda Stream Pricing (REST API v3), computing overshoots

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This Application consumes a topic containing Oanda Stream Pricing messages in a pricing topic. Overshoots are computed and produced in and overshoots topic. Then directional changes are published into dchange.

Configuration is done using an application.conf file:

## ID for application, defining the consumer group
kafka.application.id = "overshoots"
kafka.auto.offset.reset="earliest"

## Interval for commits
kafka.commit.interval.ms="250"

## Kafka brokers
kafka.bootstrap.servers="localhost:9092"

About

Kafka Stream processing Oanda Stream Pricing (REST API v3), computing overshoots

License:Apache License 2.0


Languages

Language:Scala 100.0%