Skip to content
#

kafka

Here are 6,806 public repositories matching this topic...

flink-learning

flink learning blog. http://www.54tianzhisheng.cn/ 含 Flink 入门、概念、原理、实战、性能调优、源码解析等内容。涉及 Flink Connector、Metrics、Library、DataStream API、Table API & SQL 等内容的学习案例,还有 Flink 落地应用的大型项目案例(PVUV、日志存储、百亿数据实时去重、监控告警)分享。欢迎大家支持我的专栏《大数据实时计算引擎 Flink 实战与性能优化》

  • Updated Dec 14, 2021
  • Java
signoz
mjsax
mjsax commented Dec 9, 2021

Is your feature request related to a problem? Please describe.
SQL supports inner/left/right/outer joins including verbose and short syntax. We should consider to support the full verbose syntax, instead of just short syntax.

Describe the solution you'd like
We should support

  • a [INNER] JOIN b ON
  • a LEFT [OUTER] JOIN b ON
  • a RIGHT [OUTER] JOIN b ON (we don't support `RIGHT
watermill

2021面试题,Java面试题、JVM面试题、多线程面试题、并发编程、设计模式面试题、SpringBoot面试题、SpringCloud面试题、MyBatis面试题、ZooKeepe面试题r、Dubbo面试题、Elasticsearch面试题、Memcached面试题、MongoDB面试题、Redis面试题、MySQL面试题、RabbitMQ面试题、Kafka面试题、Linux面试题、Netty面试题、Tomcat面试题、Python面试题

  • Updated Nov 15, 2021
redpanda
jcsp
jcsp commented Dec 16, 2021

Two things going on here:

  • Every node that is not the leader is logging "Current node is not a leader" at info level continuously
  • The node that's actually managing the movement is logging "Current and requested partition configuration differs" continuously while the partition is being moved.

(mixed logs from all nodes in a cluster while movement is going on)

INFO  2021-12-16 11:46:11

Improve this page

Add a description, image, and links to the kafka topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the kafka topic, visit your repo's landing page and select "manage topics."

Learn more