elasticsearch-jdbc
elasticsearch-jdbc copied to clipboard
The value of a field will be missing, if the value in the database starts with "[]"
The value is "[143]abcd" in the database before using elasticsearch-jdbc.This value will be "[143]" in the elasticsearch.
There's a good chance it's about PlainKeyValueStreamListener.class
Yes, this is a bug. The bracket notation is used internally to generate JSON objects from table rows.