mongodb - Spring XD - UDP inside Jobs -
i have been using spring xd while continuous ingestion of sensor data , works perfectly.
the new requirement have ability "replay" portions of data. in particular case reading mongodb (with query), generate udp packet filed of entry , send socketaddress in fixed interval of time.
the first attempt implementing through spring-batch job. reader simple since querying mongodb data, concern udp portion. not feel natural use spring-batch sending udp packets, know if can suggest me idea implementing this.
thanks
you use custom xd source mongodb inbound channel adapter piped custom sink using udp outbound channel adapter.
Comments
Post a Comment