Releases: pravega/boomi-connector
Releases · pravega/boomi-connector
Boomi Pravega Connector v2.1.2
- Update pravega and keycloak clients to version 0.12.0
- Fix junit tests where the default event write size has been changed to 1MB
- Add JVM heap size argument to gradle build for local testing (This is required as one of tests depends on the latency at which events can be * read from pravega. Higher memory accounts for lower latency and hence passing tests)
Exclude jars that are already available in a boomi atom or that are required for testing from distZip to reduce distribution size - Add developer's doc for steps to test boomi connector with SDP
Boomi Pravega Connector v2.1.1
- Upgraded Pravega Client to 0.8
- Upgraded Boomi SDK 2.8.0
- Simplified development, build and deployment process
- Single connector deployment package (no custom library needed)
Boomi Pravega Connector v2.1.0
- Supports Streaming Data Platform (SDP)
- Increased document size limit to 8MB (Pravega 0.7 event size limit)
Boomi Pravega Connector v2.0.0
- Supports listen operation
- Read and listen operations support reading from the tail or the head
- Added size limit of 1MB to writer
- Pravega has a size limit of 1MB event
- Dependency library is longer needed
Boomi Pravega Connector v1.0.0
- Supports Read ("Query") operation
- Starts at stream head
- Uses reader group to track position between executions
- Supports Write ("Create") operation
- Fixed routing key, or parsed value from JSON event
- Supports string or JSON event data ONLY (does not support binary formats!)
- Continuously reading from a stream must be done using scheduled executions