Re: [PR] KAFKA-15143: Adding in MockFixedKeyProcessorContext and Test [kafka]

2024-02-21 Thread via GitHub
mjsax commented on PR #14605: URL: https://github.com/apache/kafka/pull/14605#issuecomment-1958253922 That weird -- signup should just work. (You definitely don't need to file an ICLA or become a committer :)) -- Maybe it's a temporary glitch -- or something is broken and we need to

Re: [PR] KAFKA-15143: Adding in MockFixedKeyProcessorContext and Test [kafka]

2024-02-21 Thread via GitHub
s7pandey commented on PR #14605: URL: https://github.com/apache/kafka/pull/14605#issuecomment-1956760536 Hey @mjsax I seem unable to gain access to Confluence, following the instructions on the KIP page leads me to a page where I cannot sign up, would I need to follow:

Re: [PR] KAFKA-15143: Adding in MockFixedKeyProcessorContext and Test [kafka]

2023-12-11 Thread via GitHub
lihaosky commented on code in PR #14605: URL: https://github.com/apache/kafka/pull/14605#discussion_r1422983101 ## streams/test-utils/src/test/java/org/apache/kafka/streams/test/MockFixedKeyProcessorContextTest.java: ## @@ -0,0 +1,315 @@ +/* + * Licensed to the Apache Software

Re: [PR] KAFKA-15143: Adding in MockFixedKeyProcessorContext and Test [kafka]

2023-11-28 Thread via GitHub
s7pandey commented on code in PR #14605: URL: https://github.com/apache/kafka/pull/14605#discussion_r1408117794 ## streams/test-utils/src/test/java/org/apache/kafka/streams/test/MockFixedKeyProcessorContextTest.java: ## @@ -0,0 +1,315 @@ +/* + * Licensed to the Apache Software

Re: [PR] KAFKA-15143: Adding in MockFixedKeyProcessorContext and Test [kafka]

2023-11-28 Thread via GitHub
s7pandey commented on code in PR #14605: URL: https://github.com/apache/kafka/pull/14605#discussion_r1408117794 ## streams/test-utils/src/test/java/org/apache/kafka/streams/test/MockFixedKeyProcessorContextTest.java: ## @@ -0,0 +1,315 @@ +/* + * Licensed to the Apache Software

Re: [PR] KAFKA-15143: Adding in MockFixedKeyProcessorContext and Test [kafka]

2023-11-27 Thread via GitHub
lihaosky commented on code in PR #14605: URL: https://github.com/apache/kafka/pull/14605#discussion_r1407319712 ## streams/test-utils/src/test/java/org/apache/kafka/streams/test/MockFixedKeyProcessorContextTest.java: ## @@ -0,0 +1,315 @@ +/* + * Licensed to the Apache Software

Re: [PR] KAFKA-15143: Adding in MockFixedKeyProcessorContext and Test [kafka]

2023-11-24 Thread via GitHub
s7pandey commented on code in PR #14605: URL: https://github.com/apache/kafka/pull/14605#discussion_r1404742800 ## streams/test-utils/src/test/java/org/apache/kafka/streams/test/MockFixedKeyProcessorContextTest.java: ## @@ -0,0 +1,315 @@ +/* + * Licensed to the Apache Software

Re: [PR] KAFKA-15143: Adding in MockFixedKeyProcessorContext and Test [kafka]

2023-11-20 Thread via GitHub
lihaosky commented on code in PR #14605: URL: https://github.com/apache/kafka/pull/14605#discussion_r1399755568 ## streams/test-utils/src/test/java/org/apache/kafka/streams/test/MockFixedKeyProcessorContextTest.java: ## @@ -0,0 +1,315 @@ +/* + * Licensed to the Apache Software

[PR] KAFKA-15143: Adding in MockFixedKeyProcessorContext and Test [kafka]

2023-10-21 Thread via GitHub
s7pandey opened a new pull request, #14605: URL: https://github.com/apache/kafka/pull/14605 This change is to introduce the MockFixedKeyProcessorContext, which extends the existing `MockProcessorContext`, and is essential when trying to test a `FixedKeyProcessor` in Unit Tests