-
Updated
Aug 17, 2021 - C
apache-kafka
Here are 524 public repositories matching this topic...
-
Updated
Aug 17, 2021 - Java
-
Updated
Aug 16, 2021 - Java
-
Updated
Aug 13, 2021 - Ruby
-
Updated
Jan 27, 2021 - Python
-
Updated
Jan 24, 2017 - Scala
Please create ingress template and configuration for:
- kafka-rest
- kafka-connect
- schema-registry
Add replicas field in partitions table at topic overview page.
We can get list of replicas from topic request endpoint: /clusters/{clusterName}/topics/{topicName}
{
"name": "name",
"internal": true,
"partitions": [
{
"partition": 0,
"leader": 2,
"replicas": [
{
"broker": 2,
-
Updated
Mar 23, 2021 - Python
-
Updated
Aug 10, 2021 - C++
-
Updated
Jul 27, 2021
-
Updated
May 28, 2021 - Jupyter Notebook
-
Updated
Aug 10, 2021 - Java
If for some reason a user starts up a broker outside of the web client, they should be able to make a new GET request to the backend to update the broker list in the client.
-
Updated
Sep 14, 2015 - Shell
-
Updated
Feb 9, 2019 - Java
-
Updated
Aug 9, 2021 - Shell
-
Updated
Aug 17, 2021 - Java
wrt existing tutorial at https://kafka-tutorials.confluent.io/how-to-count-messages-on-a-kafka-topic/ksql.html
Add limitation that when there are a large number of records in the topic (i.e., hundreds of millions of records), this query can take a very long time to finish (i.e., tens of minutes, sometime few hours)
-
Updated
Aug 6, 2021 - C#
Currenlty a StreamsExecutionEnvironment
instance can be registed directly through the AzkarraContext#addExecutionEnvironment
method and from the configuration.
The following example shows how to define an environment using configuration :
azkarra {
// Create a environment for running the WordCountTopology
environments = [
{
name: "dev"
config = {}
jo
-
Updated
Jan 19, 2018 - Java
-
Updated
Nov 30, 2020 - Go
-
Updated
Aug 13, 2021 - Ruby
-
Updated
Aug 3, 2021 - Java
Improve this page
Add a description, image, and links to the apache-kafka topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the apache-kafka topic, visit your repo's landing page and select "manage topics."
Similar how consumer group (offsets) can be deleted Topics should be deletable in Kowl as well.