mirror of https://github.com/apache/druid.git
KafkaFirehoseFactory: Fix serialization
This commit is contained in:
parent
f8d9a3b19b
commit
4126893ba3
|
@ -50,8 +50,13 @@ public class KafkaFirehoseFactory implements FirehoseFactory
|
||||||
{
|
{
|
||||||
private static final Logger log = new Logger(KafkaFirehoseFactory.class);
|
private static final Logger log = new Logger(KafkaFirehoseFactory.class);
|
||||||
|
|
||||||
|
@JsonProperty
|
||||||
private final Properties consumerProps;
|
private final Properties consumerProps;
|
||||||
|
|
||||||
|
@JsonProperty
|
||||||
private final String feed;
|
private final String feed;
|
||||||
|
|
||||||
|
@JsonProperty
|
||||||
private final StringInputRowParser parser;
|
private final StringInputRowParser parser;
|
||||||
|
|
||||||
@JsonCreator
|
@JsonCreator
|
||||||
|
|
Loading…
Reference in New Issue