Skip to content
#

kafka-streams

Here are 721 public repositories matching this topic...

signoz
pranay01
pranay01 commented Mar 7, 2022

Bug description

Header in Top Endpoint section overflows in browser with reduced width

Expected behavior

Header shouldn't overflow

How to reproduce

  1. Go to SigNoz dashboard metrics page with reduced browser window width
  2. Open any application
  3. Top Endpoint panel header appears overflowing

Version information

  • Signoz version: v0.7.1
  • *Browser version
kafka-ui
felix-roo
felix-roo commented Mar 17, 2022

Describe the bug
On the brokers page we have 6 brokers specified but only 6 hosts are returned. broker 1 (b-1.xxx) is missing.

Set up
Docker image is on the latest using very basic config with only broker links specified with READ_ONLY = true.

Steps to Reproduce
Steps to reproduce the behavior:

  1. Specify 6 brokers in the configuration
  2. Start the app
  3. See that the b

This project contains examples which demonstrate how to deploy analytic models to mission-critical, scalable production environments leveraging Apache Kafka and its Streams API. Models are built with Python, H2O, TensorFlow, Keras, DeepLearning4 and other technologies.

  • Updated Nov 26, 2020
  • Java

Real Time Big Data / IoT Machine Learning (Model Training and Inference) with HiveMQ (MQTT), TensorFlow IO and Apache Kafka - no additional data store like S3, HDFS or Spark required

  • Updated Nov 5, 2020
  • Jupyter Notebook
memgraph
azkarra-streams
fhussonnois
fhussonnois commented May 12, 2020

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

Improve this page

Add a description, image, and links to the kafka-streams 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-streams topic, visit your repo's landing page and select "manage topics."

Learn more