mirror of
https://github.com/apache/druid.git
synced 2025-02-17 15:35:56 +00:00
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);
|
||||
|
||||
@JsonProperty
|
||||
private final Properties consumerProps;
|
||||
|
||||
@JsonProperty
|
||||
private final String feed;
|
||||
|
||||
@JsonProperty
|
||||
private final StringInputRowParser parser;
|
||||
|
||||
@JsonCreator
|
||||
|
Loading…
x
Reference in New Issue
Block a user