Skip to content

Instantly share code, notes, and snippets.

@vtkstef
Last active August 29, 2015 14:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vtkstef/c469be1b368820ee3733 to your computer and use it in GitHub Desktop.
Save vtkstef/c469be1b368820ee3733 to your computer and use it in GitHub Desktop.
Sample custom export configuration
<export>
<configuration stream="kafkastream" enabled="true" type="custom" exportconnectorclass="org.voltdb.exportclient.kafka.KafkaExportClient">
<property name="bootstrap.servers">broker1:9092,broker2:9092,broker2:9092</property>
</configuration>
</export>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment