Kafka - Connect
Given this sink connector config snippet, what will be the destination system?
{
"name": "file-sink-connector",
"config": {
"connector.class": "FileStreamSink",
"topics": "logs",
"file": "/tmp/output.log"
}
}Given this sink connector config snippet, what will be the destination system?
{
"name": "file-sink-connector",
"config": {
"connector.class": "FileStreamSink",
"topics": "logs",
"file": "/tmp/output.log"
}
}15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions