LGouellec / kafka-streams-dotnet

.NET Stream Processing Library for Apache Kafka 🚀

Home Page:https://lgouellec.github.io/kafka-streams-dotnet/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Search not working on the documentation site

FrankIversen opened this issue · comments

Description

The search doesnt work on the documentation site

How to reproduce

Do a search on https://lgouellec.github.io/kafka-streams-dotnet/overview.html

Checklist

Please provide the following information:

  • A complete (i.e. we can run it), minimal program demonstrating the problem. No need to supply a project file.
  • A code snippet with your topology builder (ex: builder.Stream<string, string>("topic").to("an-another-topic");)
  • Streamiz.Kafka.Net nuget version.
  • Apache Kafka version.
  • Client configuration.
  • Operating system.
  • Provide logs (with in debug mode (log4net and StreamConfig.Debug) as necessary in configuration).
  • Critical issue.

Hi @FrankIversen ,

Thanks for your ticket, this is a bug tracked here : readthedocs/sphinx_rtd_theme#1434