-
Updated
Nov 13, 2021 - Java
apache-kafka
Here are 547 public repositories matching this topic...
-
Updated
Nov 9, 2021 - C
-
Updated
Aug 16, 2021 - Java
Right now, all the elements of the breadcrumb are capitalized. This is a bug because we are supposed to leave names as-is. For example, if some topic is called dummy-topic, the breacrumb should look like this:
Topics / dummy-topic
But now it looks like this:
Topics / Dummy-topic
-
Updated
Nov 10, 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
-
Updated
Mar 23, 2021 - Python
-
Updated
Oct 25, 2021
-
Updated
Aug 10, 2021 - C++
-
Updated
Oct 29, 2021 - Jupyter Notebook
-
Updated
Nov 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
Nov 3, 2021 - Shell
-
Updated
Sep 14, 2015 - Shell
-
Updated
Feb 9, 2019 - Java
Hello,
Its possible to add topic Replication Factor into kafkactl get topics output?
Seems to be usefull.
Thanks!
-
Updated
Nov 13, 2021 - Java
The sum and count Kafka tutorials instruct the user to create a directory called aggregate-, whereas the actual folder for them in GitHub are called aggregating-.
There is no functional impact to current behavior (it still works) but it would be better to be consistent.
-
Updated
Nov 7, 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 6, 2021 - Ruby
-
Updated
Nov 30, 2020 - Go
-
Updated
Aug 24, 2021 - Java
Currently, both Kafka and Influx sink logs only the data(Row) that is being sent.
Add support for logging column names as well along with data points similar to the implementation in log sink.
This will enable users to correlate the data points with column names.
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."


We are using the protobuf-git configuration as described at https://cloudhut.dev/docs/features/protobuf#git-repository
In our repository the proto-files live within a
protodirectory, which seems to be very common, and contains 5 levels of nested folders.Currently KOWL searches only the first 5 levels of the checkout for
.protofiles, so our last level is not considered.Please