Skip to content

Commit

Permalink
Fix Pulsar plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
CodePrometheus committed Jun 29, 2024
1 parent 1b4cb95 commit d8c58ab
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,13 @@ poetry-fallback:
python3 -m pip install --user pipx
python3 -m pipx ensurepath
pipx install poetry
pipx upgrade poetry

poetry:
ifeq ($(OS),Windows)
-powershell (Invoke-WebRequest -Uri https://install.python-poetry.org -UseBasicParsing).Content | py -
poetry self update
else
-curl -sSL https://install.python-poetry.org | python3 -
poetry self update || $(MAKE) poetry-fallback
-curl -sSL https://install.python-poetry.org | python3 - --version 1.5.0
$(MAKE) poetry-fallback
endif

.PHONY: gen
Expand Down
2 changes: 1 addition & 1 deletion docs/en/setup/advanced/LogReporter.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Log reporter supports all three protocols including `grpc`, `http` and `kafka`,
If chosen `http` protocol, the logs will be batch-reported to the collector REST endpoint `oap/v3/logs`.

If chosen `kafka` protocol, please make sure to config
[kafka-fetcher](https://skywalking.apache.org/docs/main/v9.1.0/en/setup/backend/kafka-fetcher/)
[kafka-fetcher](https://skywalking.apache.org/docs/main/next/en/setup/backend/kafka-fetcher/)
on the OAP side, and make sure Python agent config `kafka_bootstrap_servers` points to your Kafka brokers.

**Please make sure OAP is consuming the same Kafka topic as your agent produces to, `kafka_namespace` must match OAP side configuration `plugin.kafka.namespace`**
Expand Down
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d8c58ab

Please sign in to comment.