-
Updated
Oct 16, 2020 - C
apache-kafka
Here are 432 public repositories matching this topic...
-
Updated
Oct 17, 2020 - Java
-
Updated
Oct 12, 2020 - Java
-
Updated
Oct 15, 2020 - Ruby
-
Updated
Oct 5, 2020 - Python
-
Updated
Jan 24, 2017 - Scala
-
Updated
Aug 31, 2020 - Python
Please create ingress template and configuration for:
- kafka-rest
- kafka-connect
- schema-registry
-
Updated
Jul 29, 2020 - Jupyter Notebook
-
Updated
Oct 13, 2020 - Java
-
Updated
Sep 5, 2020 - C++
-
Updated
Sep 16, 2020
-
Updated
Sep 14, 2015 - Shell
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
Feb 9, 2019 - Java
-
Updated
Jan 19, 2018 - Java
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
Oct 15, 2020 - Ruby
-
Updated
Oct 17, 2020 - Java
Related: confluentinc/kafka-tutorials#524 but this issue is broader sweep of spelling errors caught by running:
for f in $(find . -name "*.adoc") ; do aspell list --add-wordlists=/Users/yeva/aspell_dictionary < $f ; done
Errors:
Chiusano
Der
Lets's
acknowledements
acknowledgement
acknowleged
aftewards
appliction
are'nt
assigment
assocaite
-
Updated
Oct 12, 2020 - Java
-
Updated
Oct 8, 2020 - Shell
-
Updated
Sep 27, 2017 - Scala
-
Updated
Sep 29, 2020 - Scala
-
Updated
Nov 12, 2019 - 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."
When using filters we get every second a progress update that shows the number of processed messages and amount of bytes. When the search request is done the information is not accessible anymore. As a user I'd like to see these stats for my last search until I trigger a new one.