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
Originally this was so that the app wouldn't create the bad stream until it became necessary. But now that we have snowplow/snowplow#1529, the lazy val just means that if the stream doesn't exist, that error won't be caught immediately.
The text was updated successfully, but these errors were encountered:
https://github.com/snowplow/kinesis-s3/blob/master/src/main/scala/com.snowplowanalytics.snowplow.storage.kinesis/s3/sinks/KinesisSink.scala#L77
Originally this was so that the app wouldn't create the bad stream until it became necessary. But now that we have snowplow/snowplow#1529, the lazy val just means that if the stream doesn't exist, that error won't be caught immediately.
The text was updated successfully, but these errors were encountered: