Skip to content

bump multiple dependencies #99

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Jan 3, 2025
Merged

Conversation

jsvd
Copy link
Member

@jsvd jsvd commented Jan 3, 2025

I've confirmed the plugin still works with the following configuration:

input {
  azure_event_hubs {
    event_hub_connections => ["Endpoint=sb://XXX-azh.servicebus.windows.net/;SharedAccessKeyName=myentity;SharedAccessKey=XXXXX=;EntityPath=myentity"]
    decorate_events => true
    storage_connection => "DefaultEndpointsProtocol=https;AccountName=eventhubstesting;AccountKey=XXXXXX/YYYYYYYY==;EndpointSuffix=core.windows.net"
  }
}
output { stdout {} }

Using two logstashes I confirmed only 1 instance of Logstash receives any given message.

@jsvd jsvd marked this pull request as ready for review January 3, 2025 10:47
@jsvd
Copy link
Member Author

jsvd commented Jan 3, 2025

I've reverted the changes to the test dependencies and started a draft PR to track that work separately: #100

@jsvd jsvd requested a review from robbavey January 3, 2025 15:42
Copy link
Contributor

@robbavey robbavey left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jsvd jsvd merged commit e4ce2f1 into logstash-plugins:main Jan 3, 2025
1 of 2 checks passed
@jsvd jsvd deleted the bump_dependencies branch January 3, 2025 16:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants