Skip to content

Commit

Permalink
Add Python as a supported language for Pulsar (#12365)
Browse files Browse the repository at this point in the history
  • Loading branch information
CodePrometheus committed Jun 22, 2024
1 parent 712a0e7 commit 213077b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions docs/en/changes/changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
* Fix metrics tag in HTTP handler of browser receiver plugin.
* Increase `alarm_record#message` column length to 2000 from 200.
* Remove `alarm_record#message` column indexing.
* Add Python as a supported language for Pulsar.

#### UI

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -262,13 +262,13 @@ Light4J:
languages: Java
Pulsar:
id: 72
languages: Java,Golang
languages: Java,Golang,Python
pulsar-producer:
id: 73
languages: Java,Golang
languages: Java,Golang,Python
pulsar-consumer:
id: 74
languages: Java,Golang
languages: Java,Golang,Python
Ehcache:
id: 75
languages: Java
Expand Down

0 comments on commit 213077b

Please sign in to comment.