This message was deleted.
# general
s
This message was deleted.
b
I suspect that would be super inefficient, since it sounds like each record would then be stored as one tiny segment, and they'd all have to be compacted later. Might be better to stay with either batch, streaming, or (bulk) MSQ ingestion.
p
I want make it streaming . Springboot consume from pulsar and then write to druid as stream job
If want to write one record we need to use jdbc insert or something different?
b
p
We don't want to use plug-in, we need through java Springboot