source kafka sink console error
- Dominant language
- Java
- Stars
- 9.7k
- Forks
- 2.4k
- Avg merge
- 3d 17h
- Merged PRs (30d)
- 210
Description
config
env {
parallelism = 1
job.mode = "BATCH"
}
source {
Kafka {
schema = {
fields {
id = "int"
name = "string"
price = "double"
category = "string"
}
}
format = json
topic = "yyyyy"
bootstrap.servers = "43.139.107.144:9092"
kafka.config = {
client.id = client_1
auto.offset.reset = "latest"
}
}
}
sink {
Console {}
}
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing the supplied Kafka-to-Console BATCH configuration and inspect the attached screenshot for the exact error. Compare the Kafka source and Console sink behavior to identify the failing component; done means the configuration runs without the reported console error and a regression test covers it.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, kafka
- Domain
- data-engineering, stream-processing
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100