You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of implementing source statistics as a monitor, we could implement it as a stream by using KStream#merge(KStream). This would allow using a stream StateStore to store the statistics in Kafka.
The text was updated successfully, but these errors were encountered:
Instead of implementing source statistics as a monitor, we could implement it as a stream by using
KStream#merge(KStream)
. This would allow using a stream StateStore to store the statistics in Kafka.The text was updated successfully, but these errors were encountered: