Tyrantlucifer

Results 195 comments of Tyrantlucifer

local test: ![e523d2dd91a2798ccb814099be76c77](https://user-images.githubusercontent.com/51053924/196962841-57570b85-602d-4ca4-bd10-7f9c35fa08cc.jpg) integration test: ![image](https://user-images.githubusercontent.com/51053924/196962907-6eb2ed82-2960-48d4-b57f-8bed5bf8caaa.png)

```hocon schema { a1 = string b1 = { proxy = int } } ```

> Did you have tested? From reading the code, I found that you are removing the above parameter, not the below. The parameters above are for spark, and the parameters...

You can change the `topic` config of kafka sink from `topic` to `topics` to solve this problem temporarily , I think there is a gap between the documentation and the...

In 2.1.2 release, KafkaTableStream has some bug on parse `schema` information, you can change seatunnel release to 2.1.3 to solve this problem. - 2.1.2 release ![image](https://user-images.githubusercontent.com/51053924/182056569-6a00009e-21b4-4609-bdf9-23a53a51b2b2.png) Schema is treated as...