[PR] Add demo template for transactional client [kafka]

2025-04-21 Thread via GitHub
k-raina opened a new pull request, #15913: URL: https://github.com/apache/kafka/pull/15913 This is example code template for Transactional Client. This code assumes that new Exception types have already been implemented. This PR will be merged after: https://cwiki.apache.org/confluen

Re: [PR] Add demo template for transactional client [kafka]

2025-02-04 Thread via GitHub
github-actions[bot] closed pull request #15913: Add demo template for transactional client URL: https://github.com/apache/kafka/pull/15913 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specifi

Re: [PR] Add demo template for transactional client [kafka]

2025-02-04 Thread via GitHub
github-actions[bot] commented on PR #15913: URL: https://github.com/apache/kafka/pull/15913#issuecomment-2635629040 This PR has been closed since it has not had any activity in 120 days. If you feel like this was a mistake, or you would like to continue working on it, please feel free to

Re: [PR] Add demo template for transactional client [kafka]

2025-01-04 Thread via GitHub
github-actions[bot] commented on PR #15913: URL: https://github.com/apache/kafka/pull/15913#issuecomment-2571488745 This PR is being marked as stale since it has not had any activity in 90 days. If you would like to keep this PR alive, please leave a comment asking for a review. If the P

Re: [PR] Add demo template for transactional client [kafka]

2024-06-06 Thread via GitHub
jolshan commented on code in PR #15913: URL: https://github.com/apache/kafka/pull/15913#discussion_r1629783545 ## examples/src/main/java/kafka/examples/TransactionalClientDemo.java: ## @@ -0,0 +1,153 @@ +package kafka.examples; + +import org.apache.kafka.clients.consumer.Consume

Re: [PR] Add demo template for transactional client [kafka]

2024-06-06 Thread via GitHub
k-raina commented on code in PR #15913: URL: https://github.com/apache/kafka/pull/15913#discussion_r1629755724 ## examples/src/main/java/kafka/examples/TransactionalClientDemo.java: ## @@ -0,0 +1,153 @@ +package kafka.examples; + +import org.apache.kafka.clients.consumer.Consume

Re: [PR] Add demo template for transactional client [kafka]

2024-06-06 Thread via GitHub
k-raina commented on code in PR #15913: URL: https://github.com/apache/kafka/pull/15913#discussion_r1629100925 ## examples/src/main/java/kafka/examples/TransactionalClientDemo.java: ## @@ -0,0 +1,153 @@ +package kafka.examples; + +import org.apache.kafka.clients.consumer.Consume

Re: [PR] Add demo template for transactional client [kafka]

2024-05-20 Thread via GitHub
jolshan commented on code in PR #15913: URL: https://github.com/apache/kafka/pull/15913#discussion_r1607348108 ## examples/src/main/java/kafka/examples/TransactionalClientDemo.java: ## @@ -0,0 +1,153 @@ +package kafka.examples; + +import org.apache.kafka.clients.consumer.Consume

Re: [PR] Add demo template for transactional client [kafka]

2024-05-20 Thread via GitHub
jolshan commented on code in PR #15913: URL: https://github.com/apache/kafka/pull/15913#discussion_r1607347641 ## examples/src/main/java/kafka/examples/TransactionalClientDemo.java: ## @@ -0,0 +1,153 @@ +package kafka.examples; + +import org.apache.kafka.clients.consumer.Consume

Re: [PR] Add demo template for transactional client [kafka]

2024-05-20 Thread via GitHub
jolshan commented on code in PR #15913: URL: https://github.com/apache/kafka/pull/15913#discussion_r1607340714 ## examples/src/main/java/kafka/examples/TransactionalClientDemo.java: ## @@ -0,0 +1,153 @@ +package kafka.examples; + +import org.apache.kafka.clients.consumer.Consume

Re: [PR] Add demo template for transactional client [kafka]

2024-05-16 Thread via GitHub
k-raina commented on code in PR #15913: URL: https://github.com/apache/kafka/pull/15913#discussion_r1603779400 ## examples/src/main/java/kafka/examples/TransactionalClientDemo.java: ## @@ -0,0 +1,148 @@ +package kafka.examples; + +import org.apache.kafka.clients.consumer.Consume

Re: [PR] Add demo template for transactional client [kafka]

2024-05-16 Thread via GitHub
k-raina commented on code in PR #15913: URL: https://github.com/apache/kafka/pull/15913#discussion_r1603779131 ## examples/src/main/java/kafka/examples/TransactionalClientDemo.java: ## @@ -0,0 +1,148 @@ +package kafka.examples; + +import org.apache.kafka.clients.consumer.Consume

Re: [PR] Add demo template for transactional client [kafka]

2024-05-13 Thread via GitHub
artemlivshits commented on code in PR #15913: URL: https://github.com/apache/kafka/pull/15913#discussion_r1599253246 ## examples/src/main/java/kafka/examples/TransactionalClientDemo.java: ## @@ -0,0 +1,148 @@ +package kafka.examples; + +import org.apache.kafka.clients.consumer.C

[PR] Add demo template for transactional client [kafka]

2024-05-09 Thread via GitHub
k-raina opened a new pull request, #15913: URL: https://github.com/apache/kafka/pull/15913 This is example code template for Transactional Client. This code assumes that new Exception types have already been implemented. -- This is an automated message from the Apache Git Service. To resp