Skip to content
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

[azureeventhubreceiver] Migrate to new AzureSDK #33134

Closed
wants to merge 33 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
81f0af3
remove continue from timestamp parse failure
nslaughter Feb 13, 2024
a82fee0
Merge branch 'main' into main
nslaughter Feb 14, 2024
ff6c517
add changelog entry
nslaughter Feb 14, 2024
58f987c
ignore ObservedTimestamp in test
nslaughter Feb 14, 2024
7eb742f
Merge branch 'main' into main
nslaughter Feb 14, 2024
948f4b7
Merge branch 'main' into main
nslaughter Feb 15, 2024
200e552
Merge branch 'main' into main
nslaughter Feb 15, 2024
93e588f
Merge branch 'main' into main
nslaughter Feb 15, 2024
4379aac
Merge branch 'main' into main
nslaughter Feb 15, 2024
1946a4b
Merge branch 'main' into main
nslaughter Feb 15, 2024
a686ed0
Merge branch 'main' into main
nslaughter Feb 16, 2024
47d3fd6
first cuts - not passing
nslaughter Apr 13, 2024
81112af
Update deps
nslaughter Apr 14, 2024
14edf92
sync
nslaughter Apr 15, 2024
4268aed
fill in helpers in eventhandler
nslaughter Apr 24, 2024
7781880
refact
nslaughter May 2, 2024
678084c
fix the signatures - interfaces
nslaughter May 2, 2024
7ad522e
add processor as a strategy
nslaughter May 10, 2024
fc80d31
guard nil checks
nslaughter May 10, 2024
e41b3ca
rework structure teeny tiny
nslaughter May 10, 2024
80cdcbe
fix panic
nslaughter May 20, 2024
3e0758d
rm azureventprocessor.go
nslaughter May 20, 2024
05a5515
Delete unused persister consumer
nslaughter May 20, 2024
35f9fef
time as string
nslaughter May 22, 2024
ca27e32
scratch change in azblob
nslaughter May 22, 2024
e785643
fix chlog
nslaughter May 22, 2024
7013455
delete commented out code
nslaughter May 23, 2024
4352622
wrap Collector storageClient
nslaughter May 23, 2024
9bf9c12
add debug for logs
nslaughter May 23, 2024
1320682
fix checkpoints - and test
nslaughter May 23, 2024
9c7fb13
add checkpoints
nslaughter May 23, 2024
74863cf
vet/fmt/goimports
nslaughter May 23, 2024
2b5c1e3
Merge branch 'main' into nslaughter/migrate-azure-sdk-for-eventhub
nslaughter Jun 11, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix chlog
  • Loading branch information
nslaughter committed May 22, 2024
commit e785643dd1cc80948cbc90e49f11506dbec70237
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# Use this changelog template to create an entry for release notes.

# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
change_type: bug_fix
change_type: enhancement

# The name of the component, or a single word describing the area of concern, (e.g. filelogreceiver)
component: azureeventhubreceiver

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Don't stop unmarshaling to OTLP log if timestamp parse fails.
note: Migrate to recommended Azure SDK modules

# Mandatory: One or more tracking issues related to the change. You can use the PR number here if no issue exists.
issues: [31244]
issues: [31252]

# (Optional) One or more lines of additional information to render under the primary note.
# These lines will be padded with 2 spaces and then inserted directly into the document.
Expand Down