Re: Is SinkContext thread safe?

2020-06-26 Thread Ricardo Ferreira
Ben, My understanding is that you don't need to worry about any thread synchronization. Each task has their own instance of the `SinkTaskContext` and given Kafka Connect's behavior of spreading the tasks over the cluster -- by definition it won't be the same instance. This means that even if

Re: New Website Layout

2020-06-26 Thread Jorge Esteban Quilcate Otoya
Looks great!! A small comment about menus: `Get Started` and `Docs` pages have different UX. While Get Started pages use the whole page, Docs have a menu on the left side. I'd like Docs pages to also use most of the page. For instance, config and metrics tables could look more readable using more

New Website Layout

2020-06-26 Thread Ben Stopford
Hey folks We've made some updates to the website's look and feel. There is a staged version in the link below. https://ec2-13-57-18-236.us-west-1.compute.amazonaws.com/ username: kafka password: streaming Comments welcomed. Ben