the plugin auto converts mysql datatype decimal to string,
maybe should throw a warning and convert it to double or float for ES ?
the plugin does not support spatial data types
maybe define a special name like fluentd_spatial_geopoint_lat_name and use mysql query to select coordinate as fluentd_spatial_geopoint_lat_name and auto mapping keys to bulk ?
decimal
to string,double
orfloat
for ES ?spatial
data typesfluentd_spatial_geopoint_lat_name
and use mysql query toselect coordinate as fluentd_spatial_geopoint_lat_name
and auto mapping keys to bulk ?https://github.com/y-ken/fluent-plugin-mysql-replicator/blob/363567b37595ddbf037c8011dfc4b61d3e2566d5/lib/fluent/plugin/in_mysql_replicator.rb#L73