Streaming Subscription Handler Misses Data When Appending Multiple Rows per Input Row
Summary The issue at hand is related to a streaming subscription handler that is designed to transform each incoming row from stream table A into 4 rows and append them to a new stream table B. However, the handler is missing data, where only the first row from stream table A is successfully transformed, and … Read more