-
Updated
Mar 10, 2022 - Java
apache-kafka
Here are 596 public repositories matching this topic...
-
Updated
Mar 3, 2022 - C
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 proto
directory, 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 .proto
files, so our last level is not considered.
Please
-
Updated
Aug 16, 2021 - Java
-
Updated
Mar 7, 2022 - 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
Feb 4, 2022 - Python
-
Updated
Dec 21, 2021
-
Updated
Feb 17, 2022 - C++
-
Updated
Jan 21, 2022 - Shell
-
Updated
Mar 9, 2022 - Java
-
Updated
Oct 29, 2021 - Jupyter Notebook
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
Mar 9, 2022 - Scala
Converting timestamp to topic/partition offset is not easy without coding.... a nice new feature would be to be able to consume messages by providing from-timestamp, and let the kafkactl code compute the corresponding start offset value.
-
Updated
Feb 21, 2022 - Shell
-
Updated
Feb 9, 2019 - Java
-
Updated
Mar 10, 2022 - Java
-
Updated
Feb 21, 2022 - C#
-
Updated
Mar 10, 2022 - 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.
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
Feb 18, 2022 - Ruby
Hi Team,
Am getting timeouts for kcctl describe connector * or kcctl get connectors
Let me know how I can increase timeout
-
Updated
Jan 19, 2018 - 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."
Discussed in provectus/kafka-ui#1680
Originally posted by mihelanjelo February 25, 2022
Hello, i have problem with setting up proto schemas for topic.
I have connected schema registry confluentinc/cp-schema-registry:7.0.1
I set schema for key like topic_name-key and for value like topic_name-value
, but st