SDK Assumptions
Package Strucuture
For the connector to work seamlessly with Obsrv, the connector package has to be in the following structure.
Supported Event Types
Stream Connectors
When emitting an event to the SDK, the SDK only supports JSON format. If the format is other than JSON, events will be skipped with an error of type
INVALID_DATA_FORMAT_ERROR
In Stream Connectors, the ID has to be unique when registering a stream, if its a CONSTANT. If the ID is being referenced from the Configuration, no action has to be taken.
Batch Connectors
The batch connector expects a Spark DataFrame when its returned to the SDK
Last updated