Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ hs_err_pid*
# JENV
.java-version

# VS Code
.vscode/

delombok/
**/*.releaseBackup

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package io.confluent.parallelconsumer.internal;

/*-
* Copyright (C) 2020-2024 Confluent, Inc.
* Copyright (C) 2020-2025 Confluent, Inc.
*/

import io.confluent.parallelconsumer.ParallelConsumerOptions;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package io.confluent.parallelconsumer.state;

/*-
* Copyright (C) 2020-2024 Confluent, Inc.
* Copyright (C) 2020-2025 Confluent, Inc.
*/

import io.confluent.parallelconsumer.internal.BrokerPollSystem;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package io.confluent.parallelconsumer.mutiny;

/*-
* Copyright (C) 2020-2022 Confluent, Inc.
* Copyright (C) 2020-2025 Confluent, Inc.
*/

import io.confluent.parallelconsumer.ParallelConsumerOptions;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--

Copyright (C) 2020-2022 Confluent, Inc.
Copyright (C) 2020-2025 Confluent, Inc.

-->
<configuration packagingData="true" scan="true" scanPeriod="5 seconds">
Expand Down