The JAVA test-bed adapter connects to the DRIVER+ Test-bed (based on Apache Kafka), and offers additional functionality to support AVRO-based messages, time management, and configuration management. You can read about it more here.
- Java JDK 1.8+
- Apache Maven
- A running testbed infrastruture. See Local for how to run a local testbed infrastructure.
- Clone this project and the XML-Avro project.
- Navigate to the xml-avro project directory and run:
mvn clean install -DskipTests
- Import the Java Testbed Adapter into your Editor as a Maven project
- Run the
CISAdapterCAPExample.java
example
If you get the following error in Eclipse:
No marketplace entries found to handle avro-maven-plugin:1.8.2:Schema in Eclipse. Please see Help for more information.
You should mark this error to be ignored.
TODO: fill this
If you wish to override default configuration values you can do so in the configuration files in the 'config' directory.