This message was deleted.
# general
s
This message was deleted.
a
Could you share your spec and the steps you followed to create it?
j
Added the Bootsrap server and then the topic and clicked start stream and next: start stream. I recevied th feedback 'No data returned from sampler'
The following is the Screen shot of the feedback
a
Does your kafka stream have data?
j
Yes it does
a
Are you sampling from the start of the stream? If not, it looks for data appended after you begin sampling and may not return data if no new data is being consumed
j
Yes its from the start of the stream, its my first go at it
Here is Kafka's dashboard
a
Could you please check the response and error using your browser's developer console? I wonder if the consumer properties related to auth are missing
j
How do I go about that, accessing the browsers developer console?
a
F12 on google chrome -> network tab
d
Are you perhaps trying to edit a very old sepc (2021.07 or earlier i think) https://docs.imply.io/latest/druid/ingestion/ingestion-spec/#legacy-dataschema-spec
In that case copy over
dataSchema.parser.parseSpec.timestampSpec
to
.spec.dataSchema.timestampSpec
v
it is giving you an error about missing timestampSpec because your timestamp spec is missing, you have not gone though all the steps of the data loading wizard so it did not finish making a spec for you. You can write a spec by hand and submit it, you do not have to use the spec building wizard. But if the sampler can not fetch any data likely something is wrong. Is your Druid able to reach your kafka bootstrap server at 178.128.113.56:9092 ?
j
yes, I can even telnet to the port
How do I modify the timespec in druid to pick up historical data from kafka?
and current data?
v
if you manually write an ingestion spec like this example, you can submit it via the API or via the console