>> Thanks for the information. I ran the code using Kafka locally. After
>> submitting some records inside and outside of the time window and grace,
>> the join performed as expected when running locally.
That gives some hope :)
> However, they never get into the join.
How do you know this?
Did you check the metric for dropper records? Maybe records are
considers malformed and dropped? Are you using the same records in
production and in your local test?
>> Are there any settings for the stream client that would affect the join?
Not that I can think of... There is one more internal config, but as
long as data is flowing, it should not impact the result you see.
>> Are there any settings on the broker side that would affect the join?
No. The join is computed client side. Broker configs should not have any
impact.
> f I increase the log level for the streams API would that
>> shed some light on what ...