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
Some things like KafkaProducer$new(..,extraOptions) we don't need to assert except for shape and type, because librdkafka will throw the correct error. Everything else in R should have guardrails
Some things like
KafkaProducer$new(..,extraOptions)we don't need to assert except for shape and type, because librdkafka will throw the correct error. Everything else in R should have guardrails