Skip to content

Instantly share code, notes, and snippets.

@tardieu
Last active September 6, 2019 19:39
Show Gist options
  • Save tardieu/97f173d3723ce62cff18d0c21c4c0078 to your computer and use it in GitHub Desktop.
Save tardieu/97f173d3723ce62cff18d0c21c4c0078 to your computer and use it in GitHub Desktop.
SolSA Event Streams instance and topic
let { Bundle, EventStreams } = require('solsa')
let bundle = new Bundle()
bundle.kafka = new EventStreams({ name: 'kafka', plan: 'standard' })
bundle.topic = new bundle.kafka.Topic({ name: 'topic', topicName: 'MyTopic' })
module.exports = bundle
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment