-
Notifications
You must be signed in to change notification settings - Fork 137
REST Endpoints
This endpoint offers the following operations on Datastreams
:
URL |
|
URL Params |
Required
|
URL |
|
Request Body |
{
"name" : "[string]",
"connectorName" : "[string]",
"source": {
"connectionString" : "[string]",
"partitions": "[int]"
},
"destination": {
"connectionString": "[string]",
"partitions": "[int]",
"keySerDe": "[string]",
"payloadSerDe": "[string]",
"envelopeSerDe": "[string]"
},
"metadata": {
"owner": "[string]",
"system.taskPrefix": "[string]"
}
}
|
- Field Description
Field Name | Description |
---|---|
|
Datastream name |
|
|
|
|
|
Connection string representing source to consume from |
|
Number of partitions of source data |
|
Connection string representing destination to produce to |
|
Number of partitions of destination data |
|
|
|
|
|
|
|
|
URL |
|
URL Params |
|
Request Body |
{
"entities": {
"datastreamName1": {
"key1": "value1",
"key2": "value2"
},
"datastreamName2": {
"key1": "value1",
"key2": "value2"
}
}
}
|
- Home
- Brooklin Architecture
- Production Use Cases
- Developer Guide
- Documentation
- REST Endpoints
- Connectors
- Transport Providers
- Brooklin Configuration
- Test Driving Brooklin