Skip to content

Commit

Permalink
replace foo by telemetry in release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
wildum committed Jan 8, 2025
1 parent 20cc613 commit 8708f80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sources/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ For a complete list of changes to {{< param "FULL_PRODUCT_NAME" >}}, with links

### Breaking change: The `topics` argument in the component `loki.source.kafka` does not use regex by default anymore

A bug in `loki.source.kafka` caused the component to treat all topics as regular expressions. For example, setting the topic value to "foo" would match any topic containing the substring "foo".
A bug in `loki.source.kafka` caused the component to treat all topics as regular expressions. For example, setting the topic value to "telemetry" would match any topic containing the substring "telemetry".
With the fix introduced in this version, topic values are now treated as exact matches by default.
Regular expression matching is still supported by prefixing a topic with "^", allowing it to match multiple topics.

Expand Down

0 comments on commit 8708f80

Please sign in to comment.